Html Css Color HEX #9F5CFE Light Slate Blue

📋 copy color: '#9F5CFE'

red 159 ◦ green 92 ◦ blue 254

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

Shades of Light Slate Blue #9F5CFE

Tints of Light Slate Blue #9F5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.22%

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

R = 31.49%
G = 18.22%
B = 50.3%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F5CFE (or 0x9F5CFE) is known color: Light Slate Blue. HEX triplet: 9F, 5C and FE. RGB value is (159,92,254). Sum of RGB (Red+Green+Blue) = 159+92+254=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F5CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5CFE is #60A301. Grayscale: #818181. Windows color (decimal): -6333186 or 16669855. OLE color: 16669855.

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

Color convert

RGB 159 92 254 -
CMYK 0.37 0.64 0 0.00
HSL 264.81º 0.99% 0.68% -
HSV(B) 264.81º 0.64% 1% -
XYZ 36.01 22.18 96.15 -
YUV 130.5 197.7 148.33 -
System Red Green Blue C M Y K H S L
Decimal 159 92 254 0.37 0.64 0 0.00 264.81 0.99 0.68
Hex 9F 5C FE 25 40 0 0 109 63 44
Octal 237 134 376 45 100 0 0 411 143 104
Binary 10011111 1011100 11111110 100101 1000000 0 0 100001001 1100011 1000100

Color Harmonies of #9F5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CFE

Black with #9F5CFE

Text Example


Text Example

White with #9F5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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