#8466BF

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

Shades of True V #8466BF

Tints of True V #8466BF

Color information

#8466BF (or 0x8466BF) is unknown color: approx True V. HEX triplet: 84, 66 and BF. RGB value is (132,102,191). Sum of RGB (Red+Green+Blue) = 132+102+191=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8466BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466BF is #7B9940. Grayscale: #787878. Windows color (decimal): -8100161 or 12543620. OLE color: 12543620.

HSL color Cylindrical-coordinate representation of color #8466BF: hue angle of 260.22º 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 #8466BF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132102191-
CMYK0.310.4700.25
HSL260.22º41.01%57.45%-
HSV(B)260.22º46.6%74.9%-
XYZ23.6718.1751.55-
YUV121.12167.44135.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 191 (75% from 255) = 44.94%
R=31.06%
G=24%
B=44.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321021910.310.4700.25260.2241.0157.45
Hex8466BF1F2F0191042939
Octal20414627737570314045171
Binary1000010011001101011111111111101111011001100000100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8466BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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