#8464BF

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

Shades of True V #8464BF

Tints of True V #8464BF

Color information

#8464BF (or 0x8464BF) is unknown color: approx True V. HEX triplet: 84, 64 and BF. RGB value is (132,100,191). Sum of RGB (Red+Green+Blue) = 132+100+191=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #8464BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464BF is #7B9B40. Grayscale: #777777. Windows color (decimal): -8100673 or 12543108. OLE color: 12543108.

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

Color convert

RGB132100191-
CMYK0.310.4800.25
HSL261.1º41.55%57.06%-
HSV(B)261.1º47.64%74.9%-
XYZ23.4817.7851.49-
YUV119.94168.1136.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 191 (75% from 255) = 45.15%
R=31.21%
G=23.64%
B=45.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321001910.310.4800.25261.141.5557.06
Hex8464BF1F300191052a39
Octal20414427737600314055271
Binary1000010011001001011111111111110000011001100000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8464BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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