#9081F0

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

Shades of Light Slate Blue #9081F0

Tints of Light Slate Blue #9081F0

Color information

#9081F0 (or 0x9081F0) is unknown color: approx Light Slate Blue. HEX triplet: 90, 81 and F0. RGB value is (144,129,240). Sum of RGB (Red+Green+Blue) = 144+129+240=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #9081F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081F0 is #6F7E0F. Grayscale: #919191. Windows color (decimal): -7306768 or 15761808. OLE color: 15761808.

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

Color convert

RGB144129240-
CMYK0.40.4600.06
HSL248.11º78.72%72.35%-
HSV(B)248.11º46.25%94.12%-
XYZ35.0827.9285.98-
YUV146.14180.97126.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.07%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 240 (94.14% from 255) = 46.78%
R=28.07%
G=25.15%
B=46.78%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441292400.40.4600.06248.1178.7272.35
Hex9081F0282E06f84f48
Octal220201360505606370117110
Binary10010000100000011111000010100010111001101111100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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