#8183D9

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

Shades of Moody Blue #8183D9

Tints of Moody Blue #8183D9

Color information

#8183D9 (or 0x8183D9) is unknown color: approx Moody Blue. HEX triplet: 81, 83 and D9. RGB value is (129,131,217). Sum of RGB (Red+Green+Blue) = 129+131+217=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #8183D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183D9 is #7E7C26. Grayscale: #8B8B8B. Windows color (decimal): -8289319 or 14254977. OLE color: 14254977.

HSL color Cylindrical-coordinate representation of color #8183D9: hue angle of 238.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8183D9 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129131217-
CMYK0.410.4000.15
HSL238.64º53.66%67.84%-
HSV(B)238.64º40.55%85.1%-
XYZ29.6925.9169.08-
YUV140.21171.34120.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.04%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 217 (85.16% from 255) = 45.49%
R=27.04%
G=27.46%
B=45.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291312170.410.4000.15238.6453.6667.84
Hex8183D929280Fef3644
Octal201203331515001735766104
Binary10000001100000111101100110100110100001111111011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8183D9; }

 p { color: rgb(129,131,217); }

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

<style>
 a { background-color: #8183D9; }

 a { background-color: rgb(129,131,217); }

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

<style>
 span { border-color: #8183D9; }

 span { border-color: rgb(129,131,217); }

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