#8A83DD

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

Shades of Moody Blue #8A83DD

Tints of Moody Blue #8A83DD

Color information

#8A83DD (or 0x8A83DD) is unknown color: approx Moody Blue. HEX triplet: 8A, 83 and DD. RGB value is (138,131,221). Sum of RGB (Red+Green+Blue) = 138+131+221=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A83DD is #757C22. Grayscale: #8F8F8F. Windows color (decimal): -7699491 or 14517130. OLE color: 14517130.

HSL color Cylindrical-coordinate representation of color #8A83DD: hue angle of 244.67º degrees, saturation: 0.57, 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 #8A83DD is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138131221-
CMYK0.380.4100.13
HSL244.67º56.96%69.02%-
HSV(B)244.67º40.72%86.67%-
XYZ31.6526.8671.92-
YUV143.35171.82124.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=28.16%
G=26.73%
B=45.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381312210.380.4100.13244.6756.9669.02
Hex8A83DD26290Df53945
Octal212203335465101536571105
Binary10001010100000111101110110011010100101101111101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,131,221); }

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

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

 a { background-color: rgb(138,131,221); }

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

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

 span { border-color: rgb(138,131,221); }

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