#8066BC

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

Shades of True V #8066BC

Tints of True V #8066BC

Color information

#8066BC (or 0x8066BC) is unknown color: approx True V. HEX triplet: 80, 66 and BC. RGB value is (128,102,188). Sum of RGB (Red+Green+Blue) = 128+102+188=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #8066BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066BC is #7F9943. Grayscale: #777777. Windows color (decimal): -8362308 or 12347008. OLE color: 12347008.

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

Color convert

RGB128102188-
CMYK0.320.4600.26
HSL258.14º39.09%56.86%-
HSV(B)258.14º45.74%73.73%-
XYZ22.7317.7249.8-
YUV119.58166.61134.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=30.62%
G=24.40%
B=44.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281021880.320.4600.26258.1439.0956.86
Hex8066BC202E01A1022739
Octal20014627440560324024771
Binary10000000110011010111100100000101110011010100000010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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