Html Css Color HEX #9F77FF Light Slate Blue

📋 copy color: '#9F77FF'

red 159 ◦ green 119 ◦ blue 255

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

Shades of Light Slate Blue #9F77FF

Tints of Light Slate Blue #9F77FF

RGB

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

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

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

R = 29.83%
G = 22.33%
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

#9F77FF (or 0x9F77FF) is known color: Light Slate Blue. HEX triplet: 9F, 77 and FF. RGB value is (159,119,255). Sum of RGB (Red+Green+Blue) = 159+119+255=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 119 (46.88% from 255 or 22.33% 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 #9F77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F77FF is #608800. Grayscale: #919191. Windows color (decimal): -6326273 or 16742303. OLE color: 16742303.

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

Color convert

RGB 159 119 255 -
CMYK 0.38 0.53 0 0
HSL 257.65º 1% 0.73% -
HSV(B) 257.65º 0.53% 1% -
XYZ 38.94 27.78 97.92 -
YUV 146.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 159 119 255 0.38 0.53 0 0 257.65 1 0.73
Hex 9F 77 FF 26 35 0 0 102 64 49
Octal 237 167 377 46 65 0 0 402 144 111
Binary 10011111 1110111 11111111 100110 110101 0 0 100000010 1100100 1001001

Color Harmonies of #9F77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F77FF

Black with #9F77FF

Text Example


Text Example

White with #9F77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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