#8080C0

Color #8080C0 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8080C0

Tints of Moody Blue #8080C0

Color information

#8080C0 (or 0x8080C0) is unknown color: approx Moody Blue. HEX triplet: 80, 80 and C0. RGB value is (128,128,192). Sum of RGB (Red+Green+Blue) = 128+128+192=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #8080C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080C0 is #7F7F3F. Grayscale: #878787. Windows color (decimal): -8355648 or 12615808. OLE color: 12615808.

HSL color Cylindrical-coordinate representation of color #8080C0: hue angle of 240º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8080C0 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128128192-
CMYK0.330.3300.25
HSL240º33.68%62.75%-
HSV(B)240º33.33%75.29%-
XYZ26.1423.8353.09-
YUV135.3160122.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=28.57%
G=28.57%
B=42.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281281920.330.3300.2524033.6862.75
Hex8080C02121019f0223f
Octal20020030041410313604277
Binary10000000100000001100000010000110000101100111110000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8080C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8080C0; }

 p { color: rgb(128,128,192); }

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

<style>
 a { background-color: #8080C0; }

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

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

<style>
 span { border-color: #8080C0; }

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

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