Html Css Color HEX #8E88BB Moody Blue

📋 copy color: '#8E88BB'

red 142 ◦ green 136 ◦ blue 187

#8E88BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #8E88BB

Tints of Moody Blue #8E88BB

RGB

 RED value IS 142 (55.86% from 255) = 30.54%

 GREEN value IS 136 (53.52% from 255) = 29.25%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 30.54%
G = 29.25%
B = 40.22%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E88BB (or 0x8E88BB) is known color: Moody Blue. HEX triplet: 8E, 88 and BB. RGB value is (142,136,187). Sum of RGB (Red+Green+Blue) = 142+136+187=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E88BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88BB is #717744. Grayscale: #8F8F8F. Windows color (decimal): -7436101 or 12290190. OLE color: 12290190.

HSL color Cylindrical-coordinate representation of color #8E88BB: hue angle of 247.06º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E88BB is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 136 187 -
CMYK 0.24 0.27 0 0.27
HSL 247.06º 0.27% 0.63% -
HSV(B) 247.06º 0.27% 0.73% -
XYZ 28.93 26.95 50.69 -
YUV 143.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 142 136 187 0.24 0.27 0 0.27 247.06 0.27 0.63
Hex 8E 88 BB 18 1B 0 1B F7 1B 3F
Octal 216 210 273 30 33 0 33 367 33 77
Binary 10001110 10001000 10111011 11000 11011 0 11011 11110111 11011 111111

Color Harmonies of #8E88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E88BB

Black with #8E88BB

Text Example


Text Example

White with #8E88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,136,187); }

 H1.HeaderClassName
 {
   color: #8E88BB;
 }
 .AnyTagClassName
 {
   color: #8E88BB;
 }
</style>

background-color css

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

 a { background-color: rgb(142,136,187); }

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

border-color css

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

 span { border-color: rgb(142,136,187); }

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