#9287CB

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

Shades of Moody Blue #9287CB

Tints of Moody Blue #9287CB

Color information

#9287CB (or 0x9287CB) is unknown color: approx Moody Blue. HEX triplet: 92, 87 and CB. RGB value is (146,135,203). Sum of RGB (Red+Green+Blue) = 146+135+203=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #9287CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287CB is #6D7834. Grayscale: #919191. Windows color (decimal): -7174197 or 13338514. OLE color: 13338514.

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

Color convert

RGB146135203-
CMYK0.280.3300.20
HSL249.71º39.53%66.27%-
HSV(B)249.71º33.5%79.61%-
XYZ31.327.7560.21-
YUV146.04160.14127.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=30.17%
G=27.89%
B=41.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461352030.280.3300.20249.7139.5366.27
Hex9287CB1C21014fa2842
Octal222207313344102437250102
Binary10010010100001111100101111100100001010100111110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9287CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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