#9E81FB

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

Shades of Light Slate Blue #9E81FB

Tints of Light Slate Blue #9E81FB

Color information

#9E81FB (or 0x9E81FB) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 81 and FB. RGB value is (158,129,251). Sum of RGB (Red+Green+Blue) = 158+129+251=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E81FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E81FB is #617E04. Grayscale: #979797. Windows color (decimal): -6389253 or 16482718. OLE color: 16482718.

HSL color Cylindrical-coordinate representation of color #9E81FB: hue angle of 254.26º 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 #9E81FB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158129251-
CMYK0.370.4900.02
HSL254.26º93.85%74.51%-
HSV(B)254.26º48.61%98.43%-
XYZ39.3629.9394.97-
YUV151.58184.11132.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.37%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=29.37%
G=23.98%
B=46.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581292510.370.4900.02254.2693.8574.51
Hex9E81FB253102fe5e4b
Octal236201373456102376136113
Binary1001111010000001111110111001011100010101111111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E81FB; }

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

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

<style>
 a { background-color: #9E81FB; }

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

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

<style>
 span { border-color: #9E81FB; }

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

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