#8066CC

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

Shades of True V #8066CC

Tints of True V #8066CC

Color information

#8066CC (or 0x8066CC) is unknown color: approx True V. HEX triplet: 80, 66 and CC. RGB value is (128,102,204). Sum of RGB (Red+Green+Blue) = 128+102+204=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #8066CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066CC is #7F9933. Grayscale: #797979. Windows color (decimal): -8362292 or 13395584. OLE color: 13395584.

HSL color Cylindrical-coordinate representation of color #8066CC: hue angle of 255.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8066CC is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128102204-
CMYK0.370.500.2
HSL255.29º50%60%-
HSV(B)255.29º50%80%-
XYZ24.5518.4559.39-
YUV121.4174.61132.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=29.49%
G=23.50%
B=47.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281022040.370.500.2255.295060
Hex8066CC2532014ff323c
Octal20014631445620243776274
Binary1000000011001101100110010010111001001010011111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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