#9091FF

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

Shades of Light Slate Blue #9091FF

Tints of Light Slate Blue #9091FF

Color information

#9091FF (or 0x9091FF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 91 and FF. RGB value is (144,145,255). Sum of RGB (Red+Green+Blue) = 144+145+255=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #9091FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9091FF is #6F6E00. Grayscale: #9C9C9C. Windows color (decimal): -7302657 or 16748944. OLE color: 16748944.

HSL color Cylindrical-coordinate representation of color #9091FF: hue angle of 239.46º 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 #9091FF is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144145255-
CMYK0.440.4300
HSL239.46º100%78.24%-
HSV(B)239.46º43.53%100%-
XYZ39.6833.498.96-
YUV157.24183.17118.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.47%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 255 (100% from 255) = 46.88%
R=26.47%
G=26.65%
B=46.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441452550.440.4300239.4610078.24
Hex9091FF2C2B00ef644e
Octal220221377545300357144116
Binary100100001001000111111111101100101011001110111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9091FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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