#9082D4

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

Shades of Moody Blue #9082D4

Tints of Moody Blue #9082D4

Color information

#9082D4 (or 0x9082D4) is unknown color: approx Moody Blue. HEX triplet: 90, 82 and D4. RGB value is (144,130,212). Sum of RGB (Red+Green+Blue) = 144+130+212=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #9082D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082D4 is #6F7D2B. Grayscale: #8F8F8F. Windows color (decimal): -7306540 or 13927056. OLE color: 13927056.

HSL color Cylindrical-coordinate representation of color #9082D4: hue angle of 250.24º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9082D4 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB144130212-
CMYK0.320.3900.17
HSL250.24º48.81%67.06%-
HSV(B)250.24º38.68%83.14%-
XYZ31.3726.6565.78-
YUV143.53166.64128.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 212 (83.20% from 255) = 43.62%
R=29.63%
G=26.75%
B=43.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1441302120.320.3900.17250.2448.8167.06
Hex9082D42027011fa3143
Octal220202324404702137261103
Binary100100001000001011010100100000100111010001111110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9082D4; }

 p { color: rgb(144,130,212); }

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

<style>
 a { background-color: #9082D4; }

 a { background-color: rgb(144,130,212); }

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

<style>
 span { border-color: #9082D4; }

 span { border-color: rgb(144,130,212); }

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