#9285CA

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

Shades of Moody Blue #9285CA

Tints of Moody Blue #9285CA

Color information

#9285CA (or 0x9285CA) is unknown color: approx Moody Blue. HEX triplet: 92, 85 and CA. RGB value is (146,133,202). Sum of RGB (Red+Green+Blue) = 146+133+202=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9285CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285CA is #6D7A35. Grayscale: #909090. Windows color (decimal): -7174710 or 13272466. OLE color: 13272466.

HSL color Cylindrical-coordinate representation of color #9285CA: hue angle of 251.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9285CA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146133202-
CMYK0.280.3400.21
HSL251.3º39.43%65.69%-
HSV(B)251.3º34.16%79.22%-
XYZ30.927.1559.49-
YUV144.75160.31128.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=30.35%
G=27.65%
B=42.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461332020.280.3400.21251.339.4365.69
Hex9285CA1C22015fb2742
Octal222205312344202537347102
Binary10010010100001011100101011100100010010101111110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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