Html Css Color HEX #8E88CB Moody Blue

📋 copy color: '#8E88CB'

red 142 ◦ green 136 ◦ blue 203

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

Shades of Moody Blue #8E88CB

Tints of Moody Blue #8E88CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 29.52%
G = 28.27%
B = 42.2%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E88CB (or 0x8E88CB) is known color: Moody Blue. HEX triplet: 8E, 88 and CB. RGB value is (142,136,203). Sum of RGB (Red+Green+Blue) = 142+136+203=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88CB is #717734. Grayscale: #919191. Windows color (decimal): -7436085 or 13338766. OLE color: 13338766.

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

Color convert

RGB 142 136 203 -
CMYK 0.30 0.33 0 0.20
HSL 245.37º 0.39% 0.66% -
HSV(B) 245.37º 0.33% 0.8% -
XYZ 30.74 27.67 60.22 -
YUV 145.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 142 136 203 0.30 0.33 0 0.20 245.37 0.39 0.66
Hex 8E 88 CB 1E 21 0 14 F5 27 42
Octal 216 210 313 36 41 0 24 365 47 102
Binary 10001110 10001000 11001011 11110 100001 0 10100 11110101 100111 1000010

Color Harmonies of #8E88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E88CB

Black with #8E88CB

Text Example


Text Example

White with #8E88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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