#8460BD

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

Shades of True V #8460BD

Tints of True V #8460BD

Color information

#8460BD (or 0x8460BD) is unknown color: approx True V. HEX triplet: 84, 60 and BD. RGB value is (132,96,189). Sum of RGB (Red+Green+Blue) = 132+96+189=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #8460BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460BD is #7B9F42. Grayscale: #757575. Windows color (decimal): -8101699 or 12411012. OLE color: 12411012.

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

Color convert

RGB13296189-
CMYK0.300.4900.26
HSL263.23º41.33%55.88%-
HSV(B)263.23º49.21%74.12%-
XYZ22.8816.9550.21-
YUV117.37168.43138.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=31.65%
G=23.02%
B=45.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132961890.300.4900.26263.2341.3355.88
Hex8460BD1E3101A1072938
Octal20414027536610324075170
Binary1000010011000001011110111110110001011010100000111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8460BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8460BD; }

 p { color: rgb(132,96,189); }

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

<style>
 a { background-color: #8460BD; }

 a { background-color: rgb(132,96,189); }

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

<style>
 span { border-color: #8460BD; }

 span { border-color: rgb(132,96,189); }

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