#9284CB

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

Shades of Moody Blue #9284CB

Tints of Moody Blue #9284CB

Color information

#9284CB (or 0x9284CB) is unknown color: approx Moody Blue. HEX triplet: 92, 84 and CB. RGB value is (146,132,203). Sum of RGB (Red+Green+Blue) = 146+132+203=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #9284CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284CB is #6D7B34. Grayscale: #909090. Windows color (decimal): -7174965 or 13337746. OLE color: 13337746.

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

Color convert

RGB146132203-
CMYK0.280.3500.20
HSL251.83º40.57%65.69%-
HSV(B)251.83º34.98%79.61%-
XYZ30.8826.9360.07-
YUV144.28161.14129.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=30.35%
G=27.44%
B=42.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461322030.280.3500.20251.8340.5765.69
Hex9284CB1C23014fc2942
Octal222204313344302437451102
Binary10010010100001001100101111100100011010100111111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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