#8062BF

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

Shades of True V #8062BF

Tints of True V #8062BF

Color information

#8062BF (or 0x8062BF) is unknown color: approx True V. HEX triplet: 80, 62 and BF. RGB value is (128,98,191). Sum of RGB (Red+Green+Blue) = 128+98+191=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #8062BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062BF is #7F9D40. Grayscale: #757575. Windows color (decimal): -8363329 or 12542592. OLE color: 12542592.

HSL color Cylindrical-coordinate representation of color #8062BF: hue angle of 259.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8062BF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12898191-
CMYK0.330.4900.25
HSL259.35º42.08%56.67%-
HSV(B)259.35º48.69%74.9%-
XYZ22.6717.0951.39-
YUV117.57169.44135.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 191 (75% from 255) = 45.80%
R=30.70%
G=23.50%
B=45.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128981910.330.4900.25259.3542.0856.67
Hex8062BF21310191032a39
Octal20014227741610314035271
Binary10000000110001010111111100001110001011001100000011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8062BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,98,191); }

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

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

 a { background-color: rgb(128,98,191); }

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

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

 span { border-color: rgb(128,98,191); }

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