#866FBC

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

Shades of True V #866FBC

Tints of True V #866FBC

Color information

#866FBC (or 0x866FBC) is unknown color: approx True V. HEX triplet: 86, 6F and BC. RGB value is (134,111,188). Sum of RGB (Red+Green+Blue) = 134+111+188=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #866FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FBC is #799043. Grayscale: #7E7E7E. Windows color (decimal): -7966788 or 12349318. OLE color: 12349318.

HSL color Cylindrical-coordinate representation of color #866FBC: hue angle of 257.92º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866FBC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134111188-
CMYK0.290.4100.26
HSL257.92º36.49%58.63%-
HSV(B)257.92º40.96%73.73%-
XYZ24.5920.0750.15-
YUV126.65162.62133.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=30.95%
G=25.64%
B=43.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341111880.290.4100.26257.9236.4958.63
Hex866FBC1D2901A102243b
Octal20615727435510324024473
Binary1000011011011111011110011101101001011010100000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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