#8883CA

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

Shades of Moody Blue #8883CA

Tints of Moody Blue #8883CA

Color information

#8883CA (or 0x8883CA) is unknown color: approx Moody Blue. HEX triplet: 88, 83 and CA. RGB value is (136,131,202). Sum of RGB (Red+Green+Blue) = 136+131+202=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #8883CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883CA is #777C35. Grayscale: #8C8C8C. Windows color (decimal): -7830582 or 13271944. OLE color: 13271944.

HSL color Cylindrical-coordinate representation of color #8883CA: hue angle of 244.23º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8883CA is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136131202-
CMYK0.330.3500.21
HSL244.23º40.11%65.29%-
HSV(B)244.23º35.15%79.22%-
XYZ28.9325.7359.32-
YUV140.59162.66124.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=29.00%
G=27.93%
B=43.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361312020.330.3500.21244.2340.1165.29
Hex8883CA2123015f42841
Octal210203312414302536450101
Binary100010001000001111001010100001100011010101111101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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