#9d89fe

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

Shades of Light Slate Blue #9D89FE

Tints of Light Slate Blue #9D89FE

Color information

#9D89FE (or 0x9D89FE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 89 and FE. RGB value is (157,137,254). Sum of RGB (Red+Green+Blue) = 157+137+254=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D89FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D89FE is #627601. Grayscale: #9B9B9B. Windows color (decimal): -6452738 or 16681373. OLE color: 16681373.

HSL color Cylindrical-coordinate representation of color #9D89FE: hue angle of 250.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D89FE is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157137254-
CMYK0.380.4600.00
HSL250.26º98.32%76.67%-
HSV(B)250.26º46.06%99.61%-
XYZ40.7432.2297.84-
YUV156.32183.13128.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=28.65%
G=25%
B=46.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571372540.380.4600.00250.2698.3276.67
Hex9D89FE262E00fa624d
Octal235211376465600372142115
Binary100111011000100111111110100110101110001111101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d89fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,137,254); }

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

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

 a { background-color: rgb(157,137,254); }

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

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

 span { border-color: rgb(157,137,254); }

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