Html Css Color HEX #9F77F9 Light Slate Blue

📋 copy color: '#9F77F9'

red 159 ◦ green 119 ◦ blue 249

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

Shades of Light Slate Blue #9F77F9

Tints of Light Slate Blue #9F77F9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.58%

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

R = 30.17%
G = 22.58%
B = 47.25%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F77F9 (or 0x9F77F9) is known color: Light Slate Blue. HEX triplet: 9F, 77 and F9. RGB value is (159,119,249). Sum of RGB (Red+Green+Blue) = 159+119+249=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #9F77F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F77F9 is #608806. Grayscale: #919191. Windows color (decimal): -6326279 or 16349087. OLE color: 16349087.

HSL color Cylindrical-coordinate representation of color #9F77F9: hue angle of 258.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F77F9 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 119 249 -
CMYK 0.36 0.52 0 0.02
HSL 258.46º 0.92% 0.72% -
HSV(B) 258.46º 0.52% 0.98% -
XYZ 37.99 27.4 92.91 -
YUV 145.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 159 119 249 0.36 0.52 0 0.02 258.46 0.92 0.72
Hex 9F 77 F9 24 34 0 2 102 5C 48
Octal 237 167 371 44 64 0 2 402 134 110
Binary 10011111 1110111 11111001 100100 110100 0 10 100000010 1011100 1001000

Color Harmonies of #9F77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F77F9

Black with #9F77F9

Text Example


Text Example

White with #9F77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,119,249); }

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

background-color css

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

 a { background-color: rgb(159,119,249); }

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

border-color css

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

 span { border-color: rgb(159,119,249); }

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