#9286CD

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

Shades of Moody Blue #9286CD

Tints of Moody Blue #9286CD

Color information

#9286CD (or 0x9286CD) is unknown color: approx Moody Blue. HEX triplet: 92, 86 and CD. RGB value is (146,134,205). Sum of RGB (Red+Green+Blue) = 146+134+205=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #9286CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9286CD is #6D7932. Grayscale: #919191. Windows color (decimal): -7174451 or 13469330. OLE color: 13469330.

HSL color Cylindrical-coordinate representation of color #9286CD: hue angle of 250.14º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9286CD is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146134205-
CMYK0.290.3500.20
HSL250.14º41.52%66.47%-
HSV(B)250.14º34.63%80.39%-
XYZ31.427.5761.42-
YUV145.68161.48128.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=30.10%
G=27.63%
B=42.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461342050.290.3500.20250.1441.5266.47
Hex9286CD1D23014fa2a42
Octal222206315354302437252102
Binary10010010100001101100110111101100011010100111110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9286CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9286CD; }

 p { color: rgb(146,134,205); }

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

<style>
 a { background-color: #9286CD; }

 a { background-color: rgb(146,134,205); }

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

<style>
 span { border-color: #9286CD; }

 span { border-color: rgb(146,134,205); }

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