#9083CA

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

Shades of Moody Blue #9083CA

Tints of Moody Blue #9083CA

Color information

#9083CA (or 0x9083CA) is unknown color: approx Moody Blue. HEX triplet: 90, 83 and CA. RGB value is (144,131,202). Sum of RGB (Red+Green+Blue) = 144+131+202=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #9083CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083CA is #6F7C35. Grayscale: #8E8E8E. Windows color (decimal): -7306294 or 13271952. OLE color: 13271952.

HSL color Cylindrical-coordinate representation of color #9083CA: hue angle of 250.99º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9083CA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144131202-
CMYK0.290.3500.21
HSL250.99º40.11%65.29%-
HSV(B)250.99º35.15%79.22%-
XYZ30.2826.4359.38-
YUV142.98161.31128.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.19%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=30.19%
G=27.46%
B=42.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441312020.290.3500.21250.9940.1165.29
Hex9083CA1D23015fb2841
Octal220203312354302537350101
Binary10010000100000111100101011101100011010101111110111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9083CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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