Html Css Color HEX #8E84BC Moody Blue

📋 copy color: '#8E84BC'

red 142 ◦ green 132 ◦ blue 188

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

Shades of Moody Blue #8E84BC

Tints of Moody Blue #8E84BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 30.74%
G = 28.57%
B = 40.69%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E84BC (or 0x8E84BC) is known color: Moody Blue. HEX triplet: 8E, 84 and BC. RGB value is (142,132,188). Sum of RGB (Red+Green+Blue) = 142+132+188=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84BC is #717B43. Grayscale: #8D8D8D. Windows color (decimal): -7437124 or 12354702. OLE color: 12354702.

HSL color Cylindrical-coordinate representation of color #8E84BC: hue angle of 250.71º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E84BC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 132 188 -
CMYK 0.24 0.30 0 0.26
HSL 250.71º 0.29% 0.63% -
HSV(B) 250.71º 0.3% 0.74% -
XYZ 28.48 25.88 51.07 -
YUV 141.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 142 132 188 0.24 0.30 0 0.26 250.71 0.29 0.63
Hex 8E 84 BC 18 1E 0 1A FB 1D 3F
Octal 216 204 274 30 36 0 32 373 35 77
Binary 10001110 10000100 10111100 11000 11110 0 11010 11111011 11101 111111

Color Harmonies of #8E84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E84BC

Black with #8E84BC

Text Example


Text Example

White with #8E84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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