#8E83CB

Color #8E83CB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8E83CB

Tints of Moody Blue #8E83CB

Color information

#8E83CB (or 0x8E83CB) is unknown color: approx Moody Blue. HEX triplet: 8E, 83 and CB. RGB value is (142,131,203). Sum of RGB (Red+Green+Blue) = 142+131+203=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83CB is #717C34. Grayscale: #8E8E8E. Windows color (decimal): -7437365 or 13337486. OLE color: 13337486.

HSL color Cylindrical-coordinate representation of color #8E83CB: hue angle of 249.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E83CB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142131203-
CMYK0.300.3500.20
HSL249.17º40.91%65.49%-
HSV(B)249.17º35.47%79.61%-
XYZ30.0526.359.99-
YUV142.5162.14127.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=29.83%
G=27.52%
B=42.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421312030.300.3500.20249.1740.9165.49
Hex8E83CB1E23014f92941
Octal216203313364302437151101
Binary10001110100000111100101111110100011010100111110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E83CB;
 }
 .AnyTagClassName
 {
   color: #8E83CB;
 }
</style>
background-color css

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

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

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

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

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

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