#9284CD

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

Shades of Moody Blue #9284CD

Tints of Moody Blue #9284CD

Color information

#9284CD (or 0x9284CD) is unknown color: approx Moody Blue. HEX triplet: 92, 84 and CD. RGB value is (146,132,205). Sum of RGB (Red+Green+Blue) = 146+132+205=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #9284CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284CD is #6D7B32. Grayscale: #909090. Windows color (decimal): -7174963 or 13468818. OLE color: 13468818.

HSL color Cylindrical-coordinate representation of color #9284CD: hue angle of 251.51º 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 #9284CD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146132205-
CMYK0.290.3600.20
HSL251.51º42.2%66.08%-
HSV(B)251.51º35.61%80.39%-
XYZ31.1227.0261.33-
YUV144.51162.14129.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=30.23%
G=27.33%
B=42.44%

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
Decimal1461322050.290.3600.20251.5142.266.08
Hex9284CD1D24014fc2a42
Octal222204315354402437452102
Binary10010010100001001100110111101100100010100111111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,132,205); }

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

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

 a { background-color: rgb(146,132,205); }

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

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

 span { border-color: rgb(146,132,205); }

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