#8083D5

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

Shades of Moody Blue #8083D5

Tints of Moody Blue #8083D5

Color information

#8083D5 (or 0x8083D5) is unknown color: approx Moody Blue. HEX triplet: 80, 83 and D5. RGB value is (128,131,213). Sum of RGB (Red+Green+Blue) = 128+131+213=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #8083D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083D5 is #7F7C2A. Grayscale: #8B8B8B. Windows color (decimal): -8354859 or 13992832. OLE color: 13992832.

HSL color Cylindrical-coordinate representation of color #8083D5: hue angle of 237.88º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8083D5 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128131213-
CMYK0.400.3800.16
HSL237.88º50.3%66.86%-
HSV(B)237.88º39.91%83.53%-
XYZ29.0325.6366.37-
YUV139.45169.51119.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=27.12%
G=27.75%
B=45.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281312130.400.3800.16237.8850.366.86
Hex8083D52826010ee3243
Octal200203325504602035662103
Binary100000001000001111010101101000100110010000111011101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8083D5; }

 p { color: rgb(128,131,213); }

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

<style>
 a { background-color: #8083D5; }

 a { background-color: rgb(128,131,213); }

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

<style>
 span { border-color: #8083D5; }

 span { border-color: rgb(128,131,213); }

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