#8464CD

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

Shades of True V #8464CD

Tints of True V #8464CD

Color information

#8464CD (or 0x8464CD) is unknown color: approx True V. HEX triplet: 84, 64 and CD. RGB value is (132,100,205). Sum of RGB (Red+Green+Blue) = 132+100+205=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #8464CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464CD is #7B9B32. Grayscale: #797979. Windows color (decimal): -8100659 or 13460612. OLE color: 13460612.

HSL color Cylindrical-coordinate representation of color #8464CD: hue angle of 258.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8464CD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132100205-
CMYK0.360.5100.20
HSL258.29º51.22%59.8%-
HSV(B)258.29º51.22%80.39%-
XYZ25.0918.4359.99-
YUV121.54175.1135.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=30.21%
G=22.88%
B=46.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321002050.360.5100.20258.2951.2259.8
Hex8464CD2433014102333c
Octal20414431544630244026374
Binary10000100110010011001101100100110011010100100000010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8464CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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