#8464BC

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

Shades of True V #8464BC

Tints of True V #8464BC

Color information

#8464BC (or 0x8464BC) is unknown color: approx True V. HEX triplet: 84, 64 and BC. RGB value is (132,100,188). Sum of RGB (Red+Green+Blue) = 132+100+188=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #8464BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464BC is #7B9B43. Grayscale: #777777. Windows color (decimal): -8100676 or 12346500. OLE color: 12346500.

HSL color Cylindrical-coordinate representation of color #8464BC: hue angle of 261.82º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8464BC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132100188-
CMYK0.300.4700.26
HSL261.82º39.64%56.47%-
HSV(B)261.82º46.81%73.73%-
XYZ23.1517.6549.76-
YUV119.6166.6136.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=31.43%
G=23.81%
B=44.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321001880.300.4700.26261.8239.6456.47
Hex8464BC1E2F01A1062838
Octal20414427436570324065070
Binary1000010011001001011110011110101111011010100000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8464BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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