#9081FA

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

Shades of Light Slate Blue #9081FA

Tints of Light Slate Blue #9081FA

Color information

#9081FA (or 0x9081FA) is unknown color: approx Light Slate Blue. HEX triplet: 90, 81 and FA. RGB value is (144,129,250). Sum of RGB (Red+Green+Blue) = 144+129+250=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #9081FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081FA is #6F7E05. Grayscale: #929292. Windows color (decimal): -7306758 or 16417168. OLE color: 16417168.

HSL color Cylindrical-coordinate representation of color #9081FA: hue angle of 247.44º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9081FA is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144129250-
CMYK0.420.4800.02
HSL247.44º92.37%74.31%-
HSV(B)247.44º48.4%98.04%-
XYZ36.6128.5394.02-
YUV147.28185.97125.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 129 (50.78% from 255) = 24.67%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=27.53%
G=24.67%
B=47.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441292500.420.4800.02247.4492.3774.31
Hex9081FA2A3002f75c4a
Octal220201372526002367134112
Binary1001000010000001111110101010101100000101111011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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