Html Css Color HEX #9D87F9 Light Slate Blue

📋 copy color: '#9D87F9'

red 157 ◦ green 135 ◦ blue 249

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

Shades of Light Slate Blue #9D87F9

Tints of Light Slate Blue #9D87F9

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.95%

 BLUE value IS 249 (97.66% from 255) = 46.03%

R = 29.02%
G = 24.95%
B = 46.03%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D87F9 (or 0x9D87F9) is known color: Light Slate Blue. HEX triplet: 9D, 87 and F9. RGB value is (157,135,249). Sum of RGB (Red+Green+Blue) = 157+135+249=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D87F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D87F9 is #627806. Grayscale: #9A9A9A. Windows color (decimal): -6453255 or 16353181. OLE color: 16353181.

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

Color convert

RGB 157 135 249 -
CMYK 0.37 0.46 0 0.02
HSL 251.58º 0.9% 0.75% -
HSV(B) 251.58º 0.46% 0.98% -
XYZ 39.67 31.34 93.58 -
YUV 154.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 157 135 249 0.37 0.46 0 0.02 251.58 0.9 0.75
Hex 9D 87 F9 25 2E 0 2 FC 5A 4B
Octal 235 207 371 45 56 0 2 374 132 113
Binary 10011101 10000111 11111001 100101 101110 0 10 11111100 1011010 1001011

Color Harmonies of #9D87F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D87F9

Black with #9D87F9

Text Example


Text Example

White with #9D87F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,135,249); }

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

background-color css

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

 a { background-color: rgb(157,135,249); }

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

border-color css

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

 span { border-color: rgb(157,135,249); }

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