#9285D0

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

Shades of Moody Blue #9285D0

Tints of Moody Blue #9285D0

Color information

#9285D0 (or 0x9285D0) is unknown color: approx Moody Blue. HEX triplet: 92, 85 and D0. RGB value is (146,133,208). Sum of RGB (Red+Green+Blue) = 146+133+208=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #9285D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285D0 is #6D7A2F. Grayscale: #919191. Windows color (decimal): -7174704 or 13665682. OLE color: 13665682.

HSL color Cylindrical-coordinate representation of color #9285D0: hue angle of 250.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9285D0 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146133208-
CMYK0.300.3600.18
HSL250.4º44.38%66.86%-
HSV(B)250.4º36.06%81.57%-
XYZ31.6327.4463.3-
YUV145.44163.31128.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 208 (81.64% from 255) = 42.71%
R=29.98%
G=27.31%
B=42.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461332080.300.3600.18250.444.3866.86
Hex9285D01E24012fa2c43
Octal222205320364402237254103
Binary10010010100001011101000011110100100010010111110101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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