Html Css Color HEX #9F79FF Light Slate Blue

📋 copy color: '#9F79FF'

red 159 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #9F79FF

Tints of Light Slate Blue #9F79FF

RGB

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

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

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

R = 29.72%
G = 22.62%
B = 47.66%

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

#9F79FF (or 0x9F79FF) is known color: Light Slate Blue. HEX triplet: 9F, 79 and FF. RGB value is (159,121,255). Sum of RGB (Red+Green+Blue) = 159+121+255=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F79FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F79FF is #608600. Grayscale: #939393. Windows color (decimal): -6325761 or 16742815. OLE color: 16742815.

HSL color Cylindrical-coordinate representation of color #9F79FF: hue angle of 257.01º 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 #9F79FF is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 121 255 -
CMYK 0.38 0.53 0 0
HSL 257.01º 1% 0.74% -
HSV(B) 257.01º 0.53% 1% -
XYZ 39.19 28.27 98 -
YUV 147.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 159 121 255 0.38 0.53 0 0 257.01 1 0.74
Hex 9F 79 FF 26 35 0 0 101 64 4A
Octal 237 171 377 46 65 0 0 401 144 112
Binary 10011111 1111001 11111111 100110 110101 0 0 100000001 1100100 1001010

Color Harmonies of #9F79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F79FF

Black with #9F79FF

Text Example


Text Example

White with #9F79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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