Html Css Color HEX #8E83BD Moody Blue

📋 copy color: '#8E83BD'

red 142 ◦ green 131 ◦ blue 189

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

Shades of Moody Blue #8E83BD

Tints of Moody Blue #8E83BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 30.74%
G = 28.35%
B = 40.91%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E83BD (or 0x8E83BD) is known color: Moody Blue. HEX triplet: 8E, 83 and BD. RGB value is (142,131,189). Sum of RGB (Red+Green+Blue) = 142+131+189=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E83BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83BD is #717C42. Grayscale: #8C8C8C. Windows color (decimal): -7437379 or 12419982. OLE color: 12419982.

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

Color convert

RGB 142 131 189 -
CMYK 0.25 0.31 0 0.26
HSL 251.38º 0.31% 0.63% -
HSV(B) 251.38º 0.31% 0.74% -
XYZ 28.46 25.66 51.6 -
YUV 140.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 142 131 189 0.25 0.31 0 0.26 251.38 0.31 0.63
Hex 8E 83 BD 19 1F 0 1A FB 1F 3F
Octal 216 203 275 31 37 0 32 373 37 77
Binary 10001110 10000011 10111101 11001 11111 0 11010 11111011 11111 111111

Color Harmonies of #8E83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E83BD

Black with #8E83BD

Text Example


Text Example

White with #8E83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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