#8975CE

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

Shades of Moody Blue #8975CE

Tints of Moody Blue #8975CE

Color information

#8975CE (or 0x8975CE) is unknown color: approx Moody Blue. HEX triplet: 89, 75 and CE. RGB value is (137,117,206). Sum of RGB (Red+Green+Blue) = 137+117+206=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #8975CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975CE is #768A31. Grayscale: #848484. Windows color (decimal): -7768626 or 13530505. OLE color: 13530505.

HSL color Cylindrical-coordinate representation of color #8975CE: hue angle of 253.48º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8975CE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137117206-
CMYK0.330.4300.19
HSL253.48º47.59%63.33%-
HSV(B)253.48º43.2%80.78%-
XYZ27.8222.561.27-
YUV133.13169.13130.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 206 (80.86% from 255) = 44.78%
R=29.78%
G=25.43%
B=44.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371172060.330.4300.19253.4847.5963.33
Hex8975CE212B013fd303f
Octal21116531641530233756077
Binary1000100111101011100111010000110101101001111111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8975CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8975CE; }

 p { color: rgb(137,117,206); }

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

<style>
 a { background-color: #8975CE; }

 a { background-color: rgb(137,117,206); }

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

<style>
 span { border-color: #8975CE; }

 span { border-color: rgb(137,117,206); }

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