#9290FF

Color #9290FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9290FF

Tints of Light Slate Blue #9290FF

Color information

#9290FF (or 0x9290FF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 90 and FF. RGB value is (146,144,255). Sum of RGB (Red+Green+Blue) = 146+144+255=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #9290FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290FF is #6D6F00. Grayscale: #9C9C9C. Windows color (decimal): -7171841 or 16748690. OLE color: 16748690.

HSL color Cylindrical-coordinate representation of color #9290FF: hue angle of 241.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9290FF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146144255-
CMYK0.430.4400
HSL241.08º100%78.24%-
HSV(B)241.08º43.53%100%-
XYZ39.8833.2898.93-
YUV157.25183.16119.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.79%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 255 (100% from 255) = 46.79%
R=26.79%
G=26.42%
B=46.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461442550.430.4400241.0810078.24
Hex9290FF2B2C00f1644e
Octal222220377535400361144116
Binary100100101001000011111111101011101100001111000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9290FF; }

 p { color: rgb(146,144,255); }

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

<style>
 a { background-color: #9290FF; }

 a { background-color: rgb(146,144,255); }

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

<style>
 span { border-color: #9290FF; }

 span { border-color: rgb(146,144,255); }

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