#8666BF

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

Shades of True V #8666BF

Tints of True V #8666BF

Color information

#8666BF (or 0x8666BF) is unknown color: approx True V. HEX triplet: 86, 66 and BF. RGB value is (134,102,191). Sum of RGB (Red+Green+Blue) = 134+102+191=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #8666BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666BF is #799940. Grayscale: #797979. Windows color (decimal): -7969089 or 12543622. OLE color: 12543622.

HSL color Cylindrical-coordinate representation of color #8666BF: hue angle of 261.57º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8666BF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134102191-
CMYK0.300.4700.25
HSL261.57º41.01%57.45%-
HSV(B)261.57º46.6%74.9%-
XYZ23.9918.3351.56-
YUV121.71167.1136.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 191 (75% from 255) = 44.73%
R=31.38%
G=23.89%
B=44.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341021910.300.4700.25261.5741.0157.45
Hex8666BF1E2F0191062939
Octal20614627736570314065171
Binary1000011011001101011111111110101111011001100000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8666BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8666BF; }

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

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

<style>
 a { background-color: #8666BF; }

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

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

<style>
 span { border-color: #8666BF; }

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

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