Html Css Color HEX #9F51FE Light Slate Blue

📋 copy color: '#9F51FE'

red 159 ◦ green 81 ◦ blue 254

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

Shades of Light Slate Blue #9F51FE

Tints of Light Slate Blue #9F51FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.4%

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

R = 32.19%
G = 16.4%
B = 51.42%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F51FE (or 0x9F51FE) is known color: Light Slate Blue. HEX triplet: 9F, 51 and FE. RGB value is (159,81,254). Sum of RGB (Red+Green+Blue) = 159+81+254=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F51FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51FE is #60AE01. Grayscale: #7B7B7B. Windows color (decimal): -6336002 or 16667039. OLE color: 16667039.

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

Color convert

RGB 159 81 254 -
CMYK 0.37 0.68 0 0.00
HSL 267.05º 0.99% 0.66% -
HSV(B) 267.05º 0.68% 1% -
XYZ 35.13 20.41 95.85 -
YUV 124.04 201.34 152.93 -
System Red Green Blue C M Y K H S L
Decimal 159 81 254 0.37 0.68 0 0.00 267.05 0.99 0.66
Hex 9F 51 FE 25 44 0 0 10B 63 42
Octal 237 121 376 45 104 0 0 413 143 102
Binary 10011111 1010001 11111110 100101 1000100 0 0 100001011 1100011 1000010

Color Harmonies of #9F51FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F51FE

Black with #9F51FE

Text Example


Text Example

White with #9F51FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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