#8F80CD

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

Shades of Moody Blue #8F80CD

Tints of Moody Blue #8F80CD

Color information

#8F80CD (or 0x8F80CD) is unknown color: approx Moody Blue. HEX triplet: 8F, 80 and CD. RGB value is (143,128,205). Sum of RGB (Red+Green+Blue) = 143+128+205=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80CD is #707F32. Grayscale: #8C8C8C. Windows color (decimal): -7372595 or 13467791. OLE color: 13467791.

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

Color convert

RGB143128205-
CMYK0.300.3800.20
HSL251.69º43.5%65.29%-
HSV(B)251.69º37.56%80.39%-
XYZ30.0725.6961.13-
YUV141.26163.97129.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.04%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=30.04%
G=26.89%
B=43.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431282050.300.3800.20251.6943.565.29
Hex8F80CD1E26014fc2c41
Octal217200315364602437454101
Binary10001111100000001100110111110100110010100111111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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