#8883CC

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

Shades of Moody Blue #8883CC

Tints of Moody Blue #8883CC

Color information

#8883CC (or 0x8883CC) is unknown color: approx Moody Blue. HEX triplet: 88, 83 and CC. RGB value is (136,131,204). Sum of RGB (Red+Green+Blue) = 136+131+204=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #8883CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883CC is #777C33. Grayscale: #8C8C8C. Windows color (decimal): -7830580 or 13403016. OLE color: 13403016.

HSL color Cylindrical-coordinate representation of color #8883CC: hue angle of 244.11º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8883CC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136131204-
CMYK0.330.3600.2
HSL244.11º41.71%65.69%-
HSV(B)244.11º35.78%80%-
XYZ29.1725.8360.57-
YUV140.82163.66124.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=28.87%
G=27.81%
B=43.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361312040.330.3600.2244.1141.7165.69
Hex8883CC2124014f42a42
Octal210203314414402436452102
Binary100010001000001111001100100001100100010100111101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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