#9081F5

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

Shades of Light Slate Blue #9081F5

Tints of Light Slate Blue #9081F5

Color information

#9081F5 (or 0x9081F5) is unknown color: approx Light Slate Blue. HEX triplet: 90, 81 and F5. RGB value is (144,129,245). Sum of RGB (Red+Green+Blue) = 144+129+245=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #9081F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081F5 is #6F7E0A. Grayscale: #929292. Windows color (decimal): -7306763 or 16089488. OLE color: 16089488.

HSL color Cylindrical-coordinate representation of color #9081F5: hue angle of 247.76º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9081F5 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144129245-
CMYK0.410.4700.04
HSL247.76º85.29%73.33%-
HSV(B)247.76º47.35%96.08%-
XYZ35.8328.2289.95-
YUV146.71183.47126.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 245 (96.09% from 255) = 47.30%
R=27.80%
G=24.90%
B=47.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441292450.410.4700.04247.7685.2973.33
Hex9081F5292F04f85549
Octal220201365515704370125111
Binary10010000100000011111010110100110111101001111100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9081F5; }

 p { color: rgb(144,129,245); }

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

<style>
 a { background-color: #9081F5; }

 a { background-color: rgb(144,129,245); }

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

<style>
 span { border-color: #9081F5; }

 span { border-color: rgb(144,129,245); }

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