#8060BB

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

Shades of True V #8060BB

Tints of True V #8060BB

Color information

#8060BB (or 0x8060BB) is unknown color: approx True V. HEX triplet: 80, 60 and BB. RGB value is (128,96,187). Sum of RGB (Red+Green+Blue) = 128+96+187=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #8060BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060BB is #7F9F44. Grayscale: #737373. Windows color (decimal): -8363845 or 12279936. OLE color: 12279936.

HSL color Cylindrical-coordinate representation of color #8060BB: hue angle of 261.1º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8060BB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12896187-
CMYK0.320.4900.27
HSL261.1º40.09%55.49%-
HSV(B)261.1º48.66%73.33%-
XYZ22.0516.5449.04-
YUV115.94168.1136.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=31.14%
G=23.36%
B=45.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128961870.320.4900.27261.140.0955.49
Hex8060BB203101B1052837
Octal20014027340610334055067
Binary10000000110000010111011100000110001011011100000101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8060BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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