#9285CC

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

Shades of Moody Blue #9285CC

Tints of Moody Blue #9285CC

Color information

#9285CC (or 0x9285CC) is unknown color: approx Moody Blue. HEX triplet: 92, 85 and CC. RGB value is (146,133,204). Sum of RGB (Red+Green+Blue) = 146+133+204=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #9285CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285CC is #6D7A33. Grayscale: #909090. Windows color (decimal): -7174708 or 13403538. OLE color: 13403538.

HSL color Cylindrical-coordinate representation of color #9285CC: hue angle of 250.99º 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 #9285CC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146133204-
CMYK0.280.3500.2
HSL250.99º41.04%66.08%-
HSV(B)250.99º34.8%80%-
XYZ31.1427.2560.74-
YUV144.98161.31128.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=30.23%
G=27.54%
B=42.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461332040.280.3500.2250.9941.0466.08
Hex9285CC1C23014fb2942
Octal222205314344302437351102
Binary10010010100001011100110011100100011010100111110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9285CC; }

 p { color: rgb(146,133,204); }

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

<style>
 a { background-color: #9285CC; }

 a { background-color: rgb(146,133,204); }

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

<style>
 span { border-color: #9285CC; }

 span { border-color: rgb(146,133,204); }

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