Html Css Color HEX #9D89FA Light Slate Blue

📋 copy color: '#9D89FA'

red 157 ◦ green 137 ◦ blue 250

#9D89FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9D89FA

Tints of Light Slate Blue #9D89FA

RGB

 RED value IS 157 (61.72% from 255) = 28.86%

 GREEN value IS 137 (53.91% from 255) = 25.18%

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 28.86%
G = 25.18%
B = 45.96%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D89FA (or 0x9D89FA) is known color: Light Slate Blue. HEX triplet: 9D, 89 and FA. RGB value is (157,137,250). Sum of RGB (Red+Green+Blue) = 157+137+250=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D89FA is #627605. Grayscale: #9B9B9B. Windows color (decimal): -6452742 or 16419229. OLE color: 16419229.

HSL color Cylindrical-coordinate representation of color #9D89FA: hue angle of 250.62º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D89FA is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 137 250 -
CMYK 0.37 0.45 0 0.02
HSL 250.62º 0.92% 0.76% -
HSV(B) 250.62º 0.45% 0.98% -
XYZ 40.11 31.96 94.5 -
YUV 155.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 157 137 250 0.37 0.45 0 0.02 250.62 0.92 0.76
Hex 9D 89 FA 25 2D 0 2 FB 5C 4C
Octal 235 211 372 45 55 0 2 373 134 114
Binary 10011101 10001001 11111010 100101 101101 0 10 11111011 1011100 1001100

Color Harmonies of #9D89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D89FA

Black with #9D89FA

Text Example


Text Example

White with #9D89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D89FA;
 }
 .AnyTagClassName
 {
   color: #9D89FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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