#9083CC

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

Shades of Moody Blue #9083CC

Tints of Moody Blue #9083CC

Color information

#9083CC (or 0x9083CC) is unknown color: approx Moody Blue. HEX triplet: 90, 83 and CC. RGB value is (144,131,204). Sum of RGB (Red+Green+Blue) = 144+131+204=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #9083CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083CC is #6F7C33. Grayscale: #8E8E8E. Windows color (decimal): -7306292 or 13403024. OLE color: 13403024.

HSL color Cylindrical-coordinate representation of color #9083CC: hue angle of 250.68º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9083CC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144131204-
CMYK0.290.3600.2
HSL250.68º41.71%65.69%-
HSV(B)250.68º35.78%80%-
XYZ30.5226.5260.64-
YUV143.21162.31128.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=30.06%
G=27.35%
B=42.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441312040.290.3600.2250.6841.7165.69
Hex9083CC1D24014fb2a42
Octal220203314354402437352102
Binary10010000100000111100110011101100100010100111110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9083CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9083CC; }

 p { color: rgb(144,131,204); }

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

<style>
 a { background-color: #9083CC; }

 a { background-color: rgb(144,131,204); }

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

<style>
 span { border-color: #9083CC; }

 span { border-color: rgb(144,131,204); }

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