#8883BA

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

Shades of Moody Blue #8883BA

Tints of Moody Blue #8883BA

Color information

#8883BA (or 0x8883BA) is unknown color: approx Moody Blue. HEX triplet: 88, 83 and BA. RGB value is (136,131,186). Sum of RGB (Red+Green+Blue) = 136+131+186=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #8883BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883BA is #777C45. Grayscale: #8A8A8A. Windows color (decimal): -7830598 or 12223368. OLE color: 12223368.

HSL color Cylindrical-coordinate representation of color #8883BA: hue angle of 245.45º degrees, saturation: 0.28, 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 #8883BA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136131186-
CMYK0.270.3000.27
HSL245.45º28.5%62.16%-
HSV(B)245.45º29.57%72.94%-
XYZ27.1325.0149.85-
YUV138.76154.66126.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=30.02%
G=28.92%
B=41.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361311860.270.3000.27245.4528.562.16
Hex8883BA1B1E01Bf51c3e
Octal21020327233360333653476
Binary10001000100000111011101011011111100110111111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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