#9081FB

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

Shades of Light Slate Blue #9081FB

Tints of Light Slate Blue #9081FB

Color information

#9081FB (or 0x9081FB) is unknown color: approx Light Slate Blue. HEX triplet: 90, 81 and FB. RGB value is (144,129,251). Sum of RGB (Red+Green+Blue) = 144+129+251=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #9081FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081FB is #6F7E04. Grayscale: #929292. Windows color (decimal): -7306757 or 16482704. OLE color: 16482704.

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

Color convert

RGB144129251-
CMYK0.430.4900.02
HSL247.38º93.85%74.51%-
HSV(B)247.38º48.61%98.43%-
XYZ36.7628.5994.85-
YUV147.39186.47125.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=27.48%
G=24.62%
B=47.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441292510.430.4900.02247.3893.8574.51
Hex9081FB2B3102f75e4b
Octal220201373536102367136113
Binary1001000010000001111110111010111100010101111011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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