Html Css Color HEX #9F50FE Light Slate Blue

📋 copy color: '#9F50FE'

red 159 ◦ green 80 ◦ blue 254

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

Shades of Light Slate Blue #9F50FE

Tints of Light Slate Blue #9F50FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.23%

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

R = 32.25%
G = 16.23%
B = 51.52%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F50FE (or 0x9F50FE) is known color: Light Slate Blue. HEX triplet: 9F, 50 and FE. RGB value is (159,80,254). Sum of RGB (Red+Green+Blue) = 159+80+254=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F50FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50FE is #60AF01. Grayscale: #7A7A7A. Windows color (decimal): -6336258 or 16666783. OLE color: 16666783.

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

Color convert

RGB 159 80 254 -
CMYK 0.37 0.69 0 0.00
HSL 267.24º 0.99% 0.65% -
HSV(B) 267.24º 0.69% 1% -
XYZ 35.06 20.26 95.83 -
YUV 123.46 201.67 153.35 -
System Red Green Blue C M Y K H S L
Decimal 159 80 254 0.37 0.69 0 0.00 267.24 0.99 0.65
Hex 9F 50 FE 25 45 0 0 10B 63 41
Octal 237 120 376 45 105 0 0 413 143 101
Binary 10011111 1010000 11111110 100101 1000101 0 0 100001011 1100011 1000001

Color Harmonies of #9F50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F50FE

Black with #9F50FE

Text Example


Text Example

White with #9F50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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