Html Css Color HEX #9F79FD Light Slate Blue

📋 copy color: '#9F79FD'

red 159 ◦ green 121 ◦ blue 253

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

Shades of Light Slate Blue #9F79FD

Tints of Light Slate Blue #9F79FD

RGB

 RED value IS 159 (62.5% from 255) = 29.83%

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 29.83%
G = 22.7%
B = 47.47%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F79FD (or 0x9F79FD) is known color: Light Slate Blue. HEX triplet: 9F, 79 and FD. RGB value is (159,121,253). Sum of RGB (Red+Green+Blue) = 159+121+253=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F79FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F79FD is #608602. Grayscale: #929292. Windows color (decimal): -6325763 or 16611743. OLE color: 16611743.

HSL color Cylindrical-coordinate representation of color #9F79FD: hue angle of 257.27º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F79FD is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 121 253 -
CMYK 0.37 0.52 0 0.01
HSL 257.27º 0.97% 0.73% -
HSV(B) 257.27º 0.52% 0.99% -
XYZ 38.87 28.14 96.31 -
YUV 147.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 159 121 253 0.37 0.52 0 0.01 257.27 0.97 0.73
Hex 9F 79 FD 25 34 0 1 101 61 49
Octal 237 171 375 45 64 0 1 401 141 111
Binary 10011111 1111001 11111101 100101 110100 0 1 100000001 1100001 1001001

Color Harmonies of #9F79FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F79FD

Black with #9F79FD

Text Example


Text Example

White with #9F79FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,121,253); }

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

background-color css

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

 a { background-color: rgb(159,121,253); }

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

border-color css

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

 span { border-color: rgb(159,121,253); }

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