Html Css Color HEX #8E83BB Moody Blue

📋 copy color: '#8E83BB'

red 142 ◦ green 131 ◦ blue 187

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

Shades of Moody Blue #8E83BB

Tints of Moody Blue #8E83BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 30.87%
G = 28.48%
B = 40.65%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E83BB (or 0x8E83BB) is known color: Moody Blue. HEX triplet: 8E, 83 and BB. RGB value is (142,131,187). Sum of RGB (Red+Green+Blue) = 142+131+187=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83BB is #717C44. Grayscale: #8C8C8C. Windows color (decimal): -7437381 or 12288910. OLE color: 12288910.

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

Color convert

RGB 142 131 187 -
CMYK 0.24 0.30 0 0.27
HSL 251.79º 0.29% 0.62% -
HSV(B) 251.79º 0.3% 0.73% -
XYZ 28.24 25.57 50.46 -
YUV 140.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 142 131 187 0.24 0.30 0 0.27 251.79 0.29 0.62
Hex 8E 83 BB 18 1E 0 1B FC 1D 3E
Octal 216 203 273 30 36 0 33 374 35 76
Binary 10001110 10000011 10111011 11000 11110 0 11011 11111100 11101 111110

Color Harmonies of #8E83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E83BB

Black with #8E83BB

Text Example


Text Example

White with #8E83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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