#866FCF

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

Shades of True V #866FCF

Tints of True V #866FCF

Color information

#866FCF (or 0x866FCF) is unknown color: approx True V. HEX triplet: 86, 6F and CF. RGB value is (134,111,207). Sum of RGB (Red+Green+Blue) = 134+111+207=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #866FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FCF is #799030. Grayscale: #808080. Windows color (decimal): -7966769 or 13594502. OLE color: 13594502.

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

Color convert

RGB134111207-
CMYK0.350.4600.19
HSL254.38º50%62.35%-
HSV(B)254.38º46.38%81.18%-
XYZ26.7820.9461.66-
YUV128.82172.12131.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 207 (81.25% from 255) = 45.80%
R=29.65%
G=24.56%
B=45.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341112070.350.4600.19254.385062.35
Hex866FCF232E013fe323e
Octal20615731743560233766276
Binary1000011011011111100111110001110111001001111111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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