Html Css Color HEX #9F6AFE Light Slate Blue

📋 copy color: '#9F6AFE'

red 159 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #9F6AFE

Tints of Light Slate Blue #9F6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 30.64%
G = 20.42%
B = 48.94%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F6AFE (or 0x9F6AFE) is known color: Light Slate Blue. HEX triplet: 9F, 6A and FE. RGB value is (159,106,254). Sum of RGB (Red+Green+Blue) = 159+106+254=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6AFE is #609501. Grayscale: #8A8A8A. Windows color (decimal): -6329602 or 16673439. OLE color: 16673439.

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

Color convert

RGB 159 106 254 -
CMYK 0.37 0.58 0 0.00
HSL 261.49º 0.99% 0.71% -
HSV(B) 261.49º 0.58% 1% -
XYZ 37.34 24.83 96.59 -
YUV 138.72 193.06 142.47 -
System Red Green Blue C M Y K H S L
Decimal 159 106 254 0.37 0.58 0 0.00 261.49 0.99 0.71
Hex 9F 6A FE 25 3A 0 0 105 63 47
Octal 237 152 376 45 72 0 0 405 143 107
Binary 10011111 1101010 11111110 100101 111010 0 0 100000101 1100011 1000111

Color Harmonies of #9F6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6AFE

Black with #9F6AFE

Text Example


Text Example

White with #9F6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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