Html Css Color HEX #8E88BA Moody Blue

📋 copy color: '#8E88BA'

red 142 ◦ green 136 ◦ blue 186

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

Shades of Moody Blue #8E88BA

Tints of Moody Blue #8E88BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 30.6%
G = 29.31%
B = 40.09%

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

#8E88BA (or 0x8E88BA) is known color: Moody Blue. HEX triplet: 8E, 88 and BA. RGB value is (142,136,186). Sum of RGB (Red+Green+Blue) = 142+136+186=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88BA is #717745. Grayscale: #8F8F8F. Windows color (decimal): -7436102 or 12224654. OLE color: 12224654.

HSL color Cylindrical-coordinate representation of color #8E88BA: hue angle of 247.2º 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 #8E88BA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 136 186 -
CMYK 0.24 0.27 0 0.27
HSL 247.2º 0.27% 0.63% -
HSV(B) 247.2º 0.27% 0.73% -
XYZ 28.82 26.9 50.13 -
YUV 143.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 142 136 186 0.24 0.27 0 0.27 247.2 0.27 0.63
Hex 8E 88 BA 18 1B 0 1B F7 1B 3F
Octal 216 210 272 30 33 0 33 367 33 77
Binary 10001110 10001000 10111010 11000 11011 0 11011 11110111 11011 111111

Color Harmonies of #8E88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E88BA

Black with #8E88BA

Text Example


Text Example

White with #8E88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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