#866cbf

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

Shades of True V #866CBF

Tints of True V #866CBF

Color information

#866CBF (or 0x866CBF) is unknown color: approx True V. HEX triplet: 86, 6C and BF. RGB value is (134,108,191). Sum of RGB (Red+Green+Blue) = 134+108+191=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #866CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CBF is #799340. Grayscale: #7C7C7C. Windows color (decimal): -7967553 or 12545158. OLE color: 12545158.

HSL color Cylindrical-coordinate representation of color #866CBF: hue angle of 258.8º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #866CBF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134108191-
CMYK0.300.4300.25
HSL258.8º39.34%58.63%-
HSV(B)258.8º43.46%74.9%-
XYZ24.619.5651.77-
YUV125.24165.11134.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 191 (75% from 255) = 44.11%
R=30.95%
G=24.94%
B=44.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341081910.300.4300.25258.839.3458.63
Hex866CBF1E2B019103273b
Octal20615427736530314034773
Binary1000011011011001011111111110101011011001100000011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,108,191); }

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

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

 a { background-color: rgb(134,108,191); }

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

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

 span { border-color: rgb(134,108,191); }

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