#8460BF

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

Shades of True V #8460BF

Tints of True V #8460BF

Color information

#8460BF (or 0x8460BF) is unknown color: approx True V. HEX triplet: 84, 60 and BF. RGB value is (132,96,191). Sum of RGB (Red+Green+Blue) = 132+96+191=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #8460BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460BF is #7B9F40. Grayscale: #757575. Windows color (decimal): -8101697 or 12542084. OLE color: 12542084.

HSL color Cylindrical-coordinate representation of color #8460BF: hue angle of 262.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8460BF is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13296191-
CMYK0.310.5000.25
HSL262.74º42.6%56.27%-
HSV(B)262.74º49.74%74.9%-
XYZ23.117.0351.36-
YUV117.59169.43138.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 191 (75% from 255) = 45.58%
R=31.50%
G=22.91%
B=45.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132961910.310.5000.25262.7442.656.27
Hex8460BF1F320191072b38
Octal20414027737620314075370
Binary1000010011000001011111111111110010011001100000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8460BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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