Html Css Color HEX #9F5BFF Light Slate Blue

📋 copy color: '#9F5BFF'

red 159 ◦ green 91 ◦ blue 255

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

Shades of Light Slate Blue #9F5BFF

Tints of Light Slate Blue #9F5BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.02%

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

R = 31.49%
G = 18.02%
B = 50.5%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F5BFF (or 0x9F5BFF) is known color: Light Slate Blue. HEX triplet: 9F, 5B and FF. RGB value is (159,91,255). Sum of RGB (Red+Green+Blue) = 159+91+255=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5BFF is #60A400. Grayscale: #818181. Windows color (decimal): -6333441 or 16735135. OLE color: 16735135.

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

Color convert

RGB 159 91 255 -
CMYK 0.38 0.64 0 0
HSL 264.88º 1% 0.68% -
HSV(B) 264.88º 0.64% 1% -
XYZ 36.09 22.07 96.97 -
YUV 130.03 198.53 148.66 -
System Red Green Blue C M Y K H S L
Decimal 159 91 255 0.38 0.64 0 0 264.88 1 0.68
Hex 9F 5B FF 26 40 0 0 109 64 44
Octal 237 133 377 46 100 0 0 411 144 104
Binary 10011111 1011011 11111111 100110 1000000 0 0 100001001 1100100 1000100

Color Harmonies of #9F5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5BFF

Black with #9F5BFF

Text Example


Text Example

White with #9F5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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