#9283CA

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

Shades of Moody Blue #9283CA

Tints of Moody Blue #9283CA

Color information

#9283CA (or 0x9283CA) is unknown color: approx Moody Blue. HEX triplet: 92, 83 and CA. RGB value is (146,131,202). Sum of RGB (Red+Green+Blue) = 146+131+202=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #9283CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9283CA is #6D7C35. Grayscale: #8F8F8F. Windows color (decimal): -7175222 or 13271954. OLE color: 13271954.

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

Color convert

RGB146131202-
CMYK0.280.3500.21
HSL252.68º40.11%65.29%-
HSV(B)252.68º35.15%79.22%-
XYZ30.6326.6159.4-
YUV143.58160.97129.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.48%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=30.48%
G=27.35%
B=42.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461312020.280.3500.21252.6840.1165.29
Hex9283CA1C23015fd2841
Octal222203312344302537550101
Binary10010010100000111100101011100100011010101111111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9283CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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