#9E81FC

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

Shades of Light Slate Blue #9E81FC

Tints of Light Slate Blue #9E81FC

Color information

#9E81FC (or 0x9E81FC) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 81 and FC. RGB value is (158,129,252). Sum of RGB (Red+Green+Blue) = 158+129+252=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E81FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E81FC is #617E03. Grayscale: #979797. Windows color (decimal): -6389252 or 16548254. OLE color: 16548254.

HSL color Cylindrical-coordinate representation of color #9E81FC: hue angle of 254.15º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E81FC is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158129252-
CMYK0.370.4900.01
HSL254.15º95.35%74.71%-
HSV(B)254.15º48.81%98.82%-
XYZ39.523095.8-
YUV151.69184.61132.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.31%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 252 (98.83% from 255) = 46.75%
R=29.31%
G=23.93%
B=46.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581292520.370.4900.01254.1595.3574.71
Hex9E81FC253101fe5f4b
Octal236201374456101376137113
Binary100111101000000111111100100101110001011111111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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