#8465cc

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

Shades of True V #8465CC

Tints of True V #8465CC

Color information

#8465CC (or 0x8465CC) is unknown color: approx True V. HEX triplet: 84, 65 and CC. RGB value is (132,101,204). Sum of RGB (Red+Green+Blue) = 132+101+204=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #8465CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465CC is #7B9A33. Grayscale: #797979. Windows color (decimal): -8100404 or 13395332. OLE color: 13395332.

HSL color Cylindrical-coordinate representation of color #8465CC: hue angle of 258.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8465CC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB132101204-
CMYK0.350.5000.2
HSL258.06º50.24%59.8%-
HSV(B)258.06º50.49%80%-
XYZ25.0718.5759.39-
YUV122.01174.27135.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=30.21%
G=23.11%
B=46.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1321012040.350.5000.2258.0650.2459.8
Hex8465CC2332014102323c
Octal20414531443620244026274
Binary10000100110010111001100100011110010010100100000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8465cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8465cc; }

 p { color: rgb(132,101,204); }

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

<style>
 a { background-color: #8465cc; }

 a { background-color: rgb(132,101,204); }

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

<style>
 span { border-color: #8465cc; }

 span { border-color: rgb(132,101,204); }

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