Html Css Color HEX #8E83BC Moody Blue

📋 copy color: '#8E83BC'

red 142 ◦ green 131 ◦ blue 188

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

Shades of Moody Blue #8E83BC

Tints of Moody Blue #8E83BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.42%

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

R = 30.8%
G = 28.42%
B = 40.78%

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

#8E83BC (or 0x8E83BC) is known color: Moody Blue. HEX triplet: 8E, 83 and BC. RGB value is (142,131,188). Sum of RGB (Red+Green+Blue) = 142+131+188=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83BC is #717C43. Grayscale: #8C8C8C. Windows color (decimal): -7437380 or 12354446. OLE color: 12354446.

HSL color Cylindrical-coordinate representation of color #8E83BC: hue angle of 251.58º degrees, saturation: 0.3, 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 #8E83BC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 131 188 -
CMYK 0.24 0.30 0 0.26
HSL 251.58º 0.3% 0.63% -
HSV(B) 251.58º 0.3% 0.74% -
XYZ 28.35 25.61 51.03 -
YUV 140.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 142 131 188 0.24 0.30 0 0.26 251.58 0.3 0.63
Hex 8E 83 BC 18 1E 0 1A FC 1E 3F
Octal 216 203 274 30 36 0 32 374 36 77
Binary 10001110 10000011 10111100 11000 11110 0 11010 11111100 11110 111111

Color Harmonies of #8E83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E83BC

Black with #8E83BC

Text Example


Text Example

White with #8E83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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