#8068B9

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

Shades of True V #8068B9

Tints of True V #8068B9

Color information

#8068B9 (or 0x8068B9) is unknown color: approx True V. HEX triplet: 80, 68 and B9. RGB value is (128,104,185). Sum of RGB (Red+Green+Blue) = 128+104+185=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 185 - color contains mainly: blue. Hex color #8068B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068B9 is #7F9746. Grayscale: #787878. Windows color (decimal): -8361799 or 12150912. OLE color: 12150912.

HSL color Cylindrical-coordinate representation of color #8068B9: hue angle of 257.78º 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 #8068B9 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128104185-
CMYK0.310.4400.27
HSL257.78º36.65%56.67%-
HSV(B)257.78º43.78%72.55%-
XYZ22.6117.9948.18-
YUV120.41164.45133.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 185 (72.66% from 255) = 44.36%
R=30.70%
G=24.94%
B=44.36%

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
Decimal1281041850.310.4400.27257.7836.6556.67
Hex8068B91F2C01B1022539
Octal20015027137540334024571
Binary1000000011010001011100111111101100011011100000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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