#9080F0

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

Shades of Light Slate Blue #9080F0

Tints of Light Slate Blue #9080F0

Color information

#9080F0 (or 0x9080F0) is unknown color: approx Light Slate Blue. HEX triplet: 90, 80 and F0. RGB value is (144,128,240). Sum of RGB (Red+Green+Blue) = 144+128+240=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #9080F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080F0 is #6F7F0F. Grayscale: #919191. Windows color (decimal): -7307024 or 15761552. OLE color: 15761552.

HSL color Cylindrical-coordinate representation of color #9080F0: hue angle of 248.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9080F0 is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144128240-
CMYK0.40.4700.06
HSL248.57º78.87%72.16%-
HSV(B)248.57º46.67%94.12%-
XYZ34.9527.6685.93-
YUV145.55181.3126.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.12%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 240 (94.14% from 255) = 46.88%
R=28.12%
G=25%
B=46.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441282400.40.4700.06248.5778.8772.16
Hex9080F0282F06f94f48
Octal220200360505706371117110
Binary10010000100000001111000010100010111101101111100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9080F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9080F0; }

 p { color: rgb(144,128,240); }

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

<style>
 a { background-color: #9080F0; }

 a { background-color: rgb(144,128,240); }

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

<style>
 span { border-color: #9080F0; }

 span { border-color: rgb(144,128,240); }

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