Html Css Color HEX #9F5AFE Light Slate Blue

📋 copy color: '#9F5AFE'

red 159 ◦ green 90 ◦ blue 254

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

Shades of Light Slate Blue #9F5AFE

Tints of Light Slate Blue #9F5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.89%

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 31.61%
G = 17.89%
B = 50.5%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F5AFE (or 0x9F5AFE) is known color: Light Slate Blue. HEX triplet: 9F, 5A and FE. RGB value is (159,90,254). Sum of RGB (Red+Green+Blue) = 159+90+254=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5AFE is #60A501. Grayscale: #808080. Windows color (decimal): -6333698 or 16669343. OLE color: 16669343.

HSL color Cylindrical-coordinate representation of color #9F5AFE: hue angle of 265.24º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F5AFE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 90 254 -
CMYK 0.37 0.65 0 0.00
HSL 265.24º 0.99% 0.67% -
HSV(B) 265.24º 0.65% 1% -
XYZ 35.84 21.84 96.09 -
YUV 129.33 198.36 149.16 -
System Red Green Blue C M Y K H S L
Decimal 159 90 254 0.37 0.65 0 0.00 265.24 0.99 0.67
Hex 9F 5A FE 25 41 0 0 109 63 43
Octal 237 132 376 45 101 0 0 411 143 103
Binary 10011111 1011010 11111110 100101 1000001 0 0 100001001 1100011 1000011

Color Harmonies of #9F5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5AFE

Black with #9F5AFE

Text Example


Text Example

White with #9F5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,254); }

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

background-color css

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

 a { background-color: rgb(159,90,254); }

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

border-color css

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

 span { border-color: rgb(159,90,254); }

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