#9182CB

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

Shades of Moody Blue #9182CB

Tints of Moody Blue #9182CB

Color information

#9182CB (or 0x9182CB) is unknown color: approx Moody Blue. HEX triplet: 91, 82 and CB. RGB value is (145,130,203). Sum of RGB (Red+Green+Blue) = 145+130+203=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #9182CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182CB is #6E7D34. Grayscale: #8E8E8E. Windows color (decimal): -7241013 or 13337233. OLE color: 13337233.

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

Color convert

RGB145130203-
CMYK0.290.3600.20
HSL252.33º41.24%65.29%-
HSV(B)252.33º35.96%79.61%-
XYZ30.4426.359.97-
YUV142.81161.97129.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=30.33%
G=27.20%
B=42.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451302030.290.3600.20252.3341.2465.29
Hex9182CB1D24014fc2941
Octal221202313354402437451101
Binary10010001100000101100101111101100100010100111111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9182CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9182CB; }

 p { color: rgb(145,130,203); }

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

<style>
 a { background-color: #9182CB; }

 a { background-color: rgb(145,130,203); }

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

<style>
 span { border-color: #9182CB; }

 span { border-color: rgb(145,130,203); }

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