#9E89FD

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

Shades of Light Slate Blue #9E89FD

Tints of Light Slate Blue #9E89FD

Color information

#9E89FD (or 0x9E89FD) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 89 and FD. RGB value is (158,137,253). Sum of RGB (Red+Green+Blue) = 158+137+253=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E89FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E89FD is #617602. Grayscale: #9C9C9C. Windows color (decimal): -6387203 or 16615838. OLE color: 16615838.

HSL color Cylindrical-coordinate representation of color #9E89FD: hue angle of 250.86º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E89FD is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158137253-
CMYK0.380.4600.01
HSL250.86º96.67%76.47%-
HSV(B)250.86º45.85%99.22%-
XYZ40.7832.2597-
YUV156.5182.46129.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.83%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=28.83%
G=25%
B=46.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581372530.380.4600.01250.8696.6776.47
Hex9E89FD262E01fb614c
Octal236211375465601373141114
Binary100111101000100111111101100110101110011111101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,137,253); }

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

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

 a { background-color: rgb(158,137,253); }

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

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

 span { border-color: rgb(158,137,253); }

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