Html Css Color HEX #9D7AF9 Light Slate Blue

📋 copy color: '#9D7AF9'

red 157 ◦ green 122 ◦ blue 249

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

Shades of Light Slate Blue #9D7AF9

Tints of Light Slate Blue #9D7AF9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.11%

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

R = 29.73%
G = 23.11%
B = 47.16%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D7AF9 (or 0x9D7AF9) is known color: Light Slate Blue. HEX triplet: 9D, 7A and F9. RGB value is (157,122,249). Sum of RGB (Red+Green+Blue) = 157+122+249=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D7AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7AF9 is #628506. Grayscale: #929292. Windows color (decimal): -6456583 or 16349853. OLE color: 16349853.

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

Color convert

RGB 157 122 249 -
CMYK 0.37 0.51 0 0.02
HSL 256.54º 0.91% 0.73% -
HSV(B) 256.54º 0.51% 0.98% -
XYZ 37.96 27.93 93.01 -
YUV 146.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 157 122 249 0.37 0.51 0 0.02 256.54 0.91 0.73
Hex 9D 7A F9 25 33 0 2 101 5B 49
Octal 235 172 371 45 63 0 2 401 133 111
Binary 10011101 1111010 11111001 100101 110011 0 10 100000001 1011011 1001001

Color Harmonies of #9D7AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7AF9

Black with #9D7AF9

Text Example


Text Example

White with #9D7AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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