#8069B9

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

Shades of True V #8069B9

Tints of True V #8069B9

Color information

#8069B9 (or 0x8069B9) is unknown color: approx True V. HEX triplet: 80, 69 and B9. RGB value is (128,105,185). Sum of RGB (Red+Green+Blue) = 128+105+185=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #8069B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069B9 is #7F9646. Grayscale: #787878. Windows color (decimal): -8361543 or 12151168. OLE color: 12151168.

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

Color convert

RGB128105185-
CMYK0.310.4300.27
HSL257.25º36.36%56.86%-
HSV(B)257.25º43.24%72.55%-
XYZ22.7118.248.21-
YUV121164.12133-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 185 (72.66% from 255) = 44.26%
R=30.62%
G=25.12%
B=44.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281051850.310.4300.27257.2536.3656.86
Hex8069B91F2B01B1012439
Octal20015127137530334014471
Binary1000000011010011011100111111101011011011100000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8069B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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