#8A83B7

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

Shades of Moody Blue #8A83B7

Tints of Moody Blue #8A83B7

Color information

#8A83B7 (or 0x8A83B7) is unknown color: approx Moody Blue. HEX triplet: 8A, 83 and B7. RGB value is (138,131,183). Sum of RGB (Red+Green+Blue) = 138+131+183=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A83B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A83B7 is #757C48. Grayscale: #8A8A8A. Windows color (decimal): -7699529 or 12026762. OLE color: 12026762.

HSL color Cylindrical-coordinate representation of color #8A83B7: hue angle of 248.08º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A83B7 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB138131183-
CMYK0.250.2800.28
HSL248.08º26.53%61.57%-
HSV(B)248.08º28.42%71.76%-
XYZ27.1425.0548.21-
YUV139.02152.82127.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 183 (71.88% from 255) = 40.49%
R=30.53%
G=28.98%
B=40.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381311830.250.2800.28248.0826.5361.57
Hex8A83B7191C01Cf81b3e
Octal21220326731340343703376
Binary10001010100000111011011111001111000111001111100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A83B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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