#8988CA

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

Shades of Moody Blue #8988CA

Tints of Moody Blue #8988CA

Color information

#8988CA (or 0x8988CA) is unknown color: approx Moody Blue. HEX triplet: 89, 88 and CA. RGB value is (137,136,202). Sum of RGB (Red+Green+Blue) = 137+136+202=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8988CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988CA is #767735. Grayscale: #8F8F8F. Windows color (decimal): -7763766 or 13273225. OLE color: 13273225.

HSL color Cylindrical-coordinate representation of color #8988CA: hue angle of 240.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8988CA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137136202-
CMYK0.320.3300.21
HSL240.91º38.37%66.27%-
HSV(B)240.91º32.67%79.22%-
XYZ29.7827.1959.56-
YUV143.82160.83123.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=28.84%
G=28.63%
B=42.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371362020.320.3300.21240.9138.3766.27
Hex8988CA2021015f12642
Octal211210312404102536146102
Binary100010011000100011001010100000100001010101111100011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8988CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8988CA; }

 p { color: rgb(137,136,202); }

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

<style>
 a { background-color: #8988CA; }

 a { background-color: rgb(137,136,202); }

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

<style>
 span { border-color: #8988CA; }

 span { border-color: rgb(137,136,202); }

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