Html Css Color HEX #8E84B9 Moody Blue

📋 copy color: '#8E84B9'

red 142 ◦ green 132 ◦ blue 185

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

Shades of Moody Blue #8E84B9

Tints of Moody Blue #8E84B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 30.94%
G = 28.76%
B = 40.31%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E84B9 (or 0x8E84B9) is known color: Moody Blue. HEX triplet: 8E, 84 and B9. RGB value is (142,132,185). Sum of RGB (Red+Green+Blue) = 142+132+185=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #8E84B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84B9 is #717B46. Grayscale: #8C8C8C. Windows color (decimal): -7437127 or 12158094. OLE color: 12158094.

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

Color convert

RGB 142 132 185 -
CMYK 0.23 0.29 0 0.27
HSL 251.32º 0.27% 0.62% -
HSV(B) 251.32º 0.29% 0.73% -
XYZ 28.16 25.76 49.39 -
YUV 141.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 142 132 185 0.23 0.29 0 0.27 251.32 0.27 0.62
Hex 8E 84 B9 17 1D 0 1B FB 1B 3E
Octal 216 204 271 27 35 0 33 373 33 76
Binary 10001110 10000100 10111001 10111 11101 0 11011 11111011 11011 111110

Color Harmonies of #8E84B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E84B9

Black with #8E84B9

Text Example


Text Example

White with #8E84B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,132,185); }

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

background-color css

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

 a { background-color: rgb(142,132,185); }

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

border-color css

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

 span { border-color: rgb(142,132,185); }

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