#9285CE

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

Shades of Moody Blue #9285CE

Tints of Moody Blue #9285CE

Color information

#9285CE (or 0x9285CE) is unknown color: approx Moody Blue. HEX triplet: 92, 85 and CE. RGB value is (146,133,206). Sum of RGB (Red+Green+Blue) = 146+133+206=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #9285CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285CE is #6D7A31. Grayscale: #909090. Windows color (decimal): -7174706 or 13534610. OLE color: 13534610.

HSL color Cylindrical-coordinate representation of color #9285CE: hue angle of 250.68º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9285CE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146133206-
CMYK0.290.3500.19
HSL250.68º42.69%66.47%-
HSV(B)250.68º35.44%80.78%-
XYZ31.3827.3462.02-
YUV145.21162.31128.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=30.10%
G=27.42%
B=42.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461332060.290.3500.19250.6842.6966.47
Hex9285CE1D23013fb2b42
Octal222205316354302337353102
Binary10010010100001011100111011101100011010011111110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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