#8883DE

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

Shades of Moody Blue #8883DE

Tints of Moody Blue #8883DE

Color information

#8883DE (or 0x8883DE) is unknown color: approx Moody Blue. HEX triplet: 88, 83 and DE. RGB value is (136,131,222). Sum of RGB (Red+Green+Blue) = 136+131+222=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #8883DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883DE is #777C21. Grayscale: #8E8E8E. Windows color (decimal): -7830562 or 14582664. OLE color: 14582664.

HSL color Cylindrical-coordinate representation of color #8883DE: hue angle of 243.3º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8883DE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136131222-
CMYK0.390.4100.13
HSL243.3º57.96%69.22%-
HSV(B)243.3º40.99%87.06%-
XYZ31.4526.7472.61-
YUV142.87172.66123.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.81%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=27.81%
G=26.79%
B=45.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361312220.390.4100.13243.357.9669.22
Hex8883DE27290Df33a45
Octal210203336475101536372105
Binary10001000100000111101111010011110100101101111100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8883DE; }

 p { color: rgb(136,131,222); }

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

<style>
 a { background-color: #8883DE; }

 a { background-color: rgb(136,131,222); }

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

<style>
 span { border-color: #8883DE; }

 span { border-color: rgb(136,131,222); }

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