Html Css Color HEX #9D79FF Light Slate Blue

📋 copy color: '#9D79FF'

red 157 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #9D79FF

Tints of Light Slate Blue #9D79FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.7%

 BLUE value IS 255 (100% from 255) = 47.84%

R = 29.46%
G = 22.7%
B = 47.84%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D79FF (or 0x9D79FF) is known color: Light Slate Blue. HEX triplet: 9D, 79 and FF. RGB value is (157,121,255). Sum of RGB (Red+Green+Blue) = 157+121+255=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D79FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D79FF is #628600. Grayscale: #929292. Windows color (decimal): -6456833 or 16742813. OLE color: 16742813.

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

Color convert

RGB 157 121 255 -
CMYK 0.38 0.53 0 0
HSL 256.12º 1% 0.74% -
HSV(B) 256.12º 0.53% 1% -
XYZ 38.79 28.06 97.98 -
YUV 147.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 157 121 255 0.38 0.53 0 0 256.12 1 0.74
Hex 9D 79 FF 26 35 0 0 100 64 4A
Octal 235 171 377 46 65 0 0 400 144 112
Binary 10011101 1111001 11111111 100110 110101 0 0 100000000 1100100 1001010

Color Harmonies of #9D79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D79FF

Black with #9D79FF

Text Example


Text Example

White with #9D79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,121,255); }

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

background-color css

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

 a { background-color: rgb(157,121,255); }

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

border-color css

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

 span { border-color: rgb(157,121,255); }

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