#8060BF

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

Shades of True V #8060BF

Tints of True V #8060BF

Color information

#8060BF (or 0x8060BF) is unknown color: approx True V. HEX triplet: 80, 60 and BF. RGB value is (128,96,191). Sum of RGB (Red+Green+Blue) = 128+96+191=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #8060BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060BF is #7F9F40. Grayscale: #747474. Windows color (decimal): -8363841 or 12542080. OLE color: 12542080.

HSL color Cylindrical-coordinate representation of color #8060BF: hue angle of 260.21º 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 #8060BF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12896191-
CMYK0.330.5000.25
HSL260.21º42.6%56.27%-
HSV(B)260.21º49.74%74.9%-
XYZ22.4916.7251.33-
YUV116.4170.1136.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 191 (75% from 255) = 46.02%
R=30.84%
G=23.13%
B=46.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128961910.330.5000.25260.2142.656.27
Hex8060BF21320191042b38
Octal20014027741620314045370
Binary10000000110000010111111100001110010011001100000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8060BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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