#8069BA

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

Shades of True V #8069BA

Tints of True V #8069BA

Color information

#8069BA (or 0x8069BA) is unknown color: approx True V. HEX triplet: 80, 69 and BA. RGB value is (128,105,186). Sum of RGB (Red+Green+Blue) = 128+105+186=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #8069BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069BA is #7F9645. Grayscale: #787878. Windows color (decimal): -8361542 or 12216704. OLE color: 12216704.

HSL color Cylindrical-coordinate representation of color #8069BA: hue angle of 257.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8069BA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128105186-
CMYK0.310.4400.27
HSL257.04º36.99%57.06%-
HSV(B)257.04º43.55%72.94%-
XYZ22.8218.2448.77-
YUV121.11164.62132.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=30.55%
G=25.06%
B=44.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281051860.310.4400.27257.0436.9957.06
Hex8069BA1F2C01B1012539
Octal20015127237540334014571
Binary1000000011010011011101011111101100011011100000001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8069BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8069BA; }

 p { color: rgb(128,105,186); }

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

<style>
 a { background-color: #8069BA; }

 a { background-color: rgb(128,105,186); }

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

<style>
 span { border-color: #8069BA; }

 span { border-color: rgb(128,105,186); }

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