#9291FE

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

Shades of Light Slate Blue #9291FE

Tints of Light Slate Blue #9291FE

Color information

#9291FE (or 0x9291FE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 91 and FE. RGB value is (146,145,254). Sum of RGB (Red+Green+Blue) = 146+145+254=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #9291FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9291FE is #6D6E01. Grayscale: #9D9D9D. Windows color (decimal): -7171586 or 16683410. OLE color: 16683410.

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

Color convert

RGB146145254-
CMYK0.430.4300.00
HSL240.55º98.2%78.24%-
HSV(B)240.55º42.91%99.61%-
XYZ39.8733.5298.13-
YUV157.72182.33119.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.79%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=26.79%
G=26.61%
B=46.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1461452540.430.4300.00240.5598.278.24
Hex9291FE2B2B00f1624e
Octal222221376535300361142116
Binary100100101001000111111110101011101011001111000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9291FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9291FE; }

 p { color: rgb(146,145,254); }

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

<style>
 a { background-color: #9291FE; }

 a { background-color: rgb(146,145,254); }

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

<style>
 span { border-color: #9291FE; }

 span { border-color: rgb(146,145,254); }

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