#8F80CC

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

Shades of Moody Blue #8F80CC

Tints of Moody Blue #8F80CC

Color information

#8F80CC (or 0x8F80CC) is unknown color: approx Moody Blue. HEX triplet: 8F, 80 and CC. RGB value is (143,128,204). Sum of RGB (Red+Green+Blue) = 143+128+204=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80CC is #707F33. Grayscale: #8C8C8C. Windows color (decimal): -7372596 or 13402255. OLE color: 13402255.

HSL color Cylindrical-coordinate representation of color #8F80CC: hue angle of 251.84º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F80CC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143128204-
CMYK0.300.3700.2
HSL251.84º42.7%65.1%-
HSV(B)251.84º37.25%80%-
XYZ29.9525.6460.5-
YUV141.15163.47129.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.11%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=30.11%
G=26.95%
B=42.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431282040.300.3700.2251.8442.765.1
Hex8F80CC1E25014fc2b41
Octal217200314364502437453101
Binary10001111100000001100110011110100101010100111111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F80CC; }

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

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

<style>
 a { background-color: #8F80CC; }

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

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

<style>
 span { border-color: #8F80CC; }

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

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