#866FCD

Color #866FCD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #866FCD

Tints of True V #866FCD

Color information

#866FCD (or 0x866FCD) is unknown color: approx True V. HEX triplet: 86, 6F and CD. RGB value is (134,111,205). Sum of RGB (Red+Green+Blue) = 134+111+205=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #866FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FCD is #799032. Grayscale: #808080. Windows color (decimal): -7966771 or 13463430. OLE color: 13463430.

HSL color Cylindrical-coordinate representation of color #866FCD: hue angle of 254.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866FCD is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134111205-
CMYK0.350.4600.20
HSL254.68º48.45%61.96%-
HSV(B)254.68º45.85%80.39%-
XYZ26.5420.8460.38-
YUV128.59171.12131.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=29.78%
G=24.67%
B=45.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341112050.350.4600.20254.6848.4561.96
Hex866FCD232E014ff303e
Octal20615731543560243776076
Binary1000011011011111100110110001110111001010011111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866FCD; }

 p { color: rgb(134,111,205); }

 H1.HeaderClassName
 {
   color: #866FCD;
 }
 .AnyTagClassName
 {
   color: #866FCD;
 }
</style>
background-color css

<style>
 a { background-color: #866FCD; }

 a { background-color: rgb(134,111,205); }

 div.DivClassName
 {
   background-color: #866FCD;
 }
 .BgClassName
 {
   background-color: #866FCD;
 }
</style>
border-color css

<style>
 span { border-color: #866FCD; }

 span { border-color: rgb(134,111,205); }

 td.TdClassName
 {
   border-color: #866FCD;
 }
 .TagClassName
 {
   border-color: #866FCD;
 }
</style>