#8069BC

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

Shades of True V #8069BC

Tints of True V #8069BC

Color information

#8069BC (or 0x8069BC) is unknown color: approx True V. HEX triplet: 80, 69 and BC. RGB value is (128,105,188). Sum of RGB (Red+Green+Blue) = 128+105+188=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #8069BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069BC is #7F9643. Grayscale: #797979. Windows color (decimal): -8361540 or 12347776. OLE color: 12347776.

HSL color Cylindrical-coordinate representation of color #8069BC: hue angle of 256.63º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8069BC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128105188-
CMYK0.320.4400.26
HSL256.63º38.25%57.45%-
HSV(B)256.63º44.15%73.73%-
XYZ23.0318.3249.9-
YUV121.34165.62132.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=30.40%
G=24.94%
B=44.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281051880.320.4400.26256.6338.2557.45
Hex8069BC202C01A1012639
Octal20015127440540324014671
Binary10000000110100110111100100000101100011010100000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8069BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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