#9081FF

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

Shades of Light Slate Blue #9081FF

Tints of Light Slate Blue #9081FF

Color information

#9081FF (or 0x9081FF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 81 and FF. RGB value is (144,129,255). Sum of RGB (Red+Green+Blue) = 144+129+255=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #9081FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081FF is #6F7E00. Grayscale: #939393. Windows color (decimal): -7306753 or 16744848. OLE color: 16744848.

HSL color Cylindrical-coordinate representation of color #9081FF: hue angle of 247.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9081FF is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144129255-
CMYK0.440.4900
HSL247.14º100%75.29%-
HSV(B)247.14º49.41%100%-
XYZ37.428.8598.21-
YUV147.85188.47125.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 255 (100% from 255) = 48.30%
R=27.27%
G=24.43%
B=48.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441292550.440.4900247.1410075.29
Hex9081FF2C3100f7644b
Octal220201377546100367144113
Binary100100001000000111111111101100110001001111011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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