#8083CD

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

Shades of Moody Blue #8083CD

Tints of Moody Blue #8083CD

Color information

#8083CD (or 0x8083CD) is unknown color: approx Moody Blue. HEX triplet: 80, 83 and CD. RGB value is (128,131,205). Sum of RGB (Red+Green+Blue) = 128+131+205=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #8083CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083CD is #7F7C32. Grayscale: #8A8A8A. Windows color (decimal): -8354867 or 13468544. OLE color: 13468544.

HSL color Cylindrical-coordinate representation of color #8083CD: hue angle of 237.66º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8083CD is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128131205-
CMYK0.380.3600.20
HSL237.66º43.5%65.29%-
HSV(B)237.66º37.56%80.39%-
XYZ28.0425.2361.15-
YUV138.54165.51120.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=27.59%
G=28.23%
B=44.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281312050.380.3600.20237.6643.565.29
Hex8083CD2624014ee2c41
Octal200203315464402435654101
Binary100000001000001111001101100110100100010100111011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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