#9182CD

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

Shades of Moody Blue #9182CD

Tints of Moody Blue #9182CD

Color information

#9182CD (or 0x9182CD) is unknown color: approx Moody Blue. HEX triplet: 91, 82 and CD. RGB value is (145,130,205). Sum of RGB (Red+Green+Blue) = 145+130+205=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #9182CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182CD is #6E7D32. Grayscale: #8E8E8E. Windows color (decimal): -7241011 or 13468305. OLE color: 13468305.

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

Color convert

RGB145130205-
CMYK0.290.3700.20
HSL252º42.86%65.69%-
HSV(B)252º36.59%80.39%-
XYZ30.6826.3961.23-
YUV143.04162.97129.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.21%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=30.21%
G=27.08%
B=42.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451302050.290.3700.2025242.8665.69
Hex9182CD1D25014fc2b42
Octal221202315354502437453102
Binary10010001100000101100110111101100101010100111111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9182CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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