Html Css Color HEX #9F6BFE Light Slate Blue

📋 copy color: '#9F6BFE'

red 159 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #9F6BFE

Tints of Light Slate Blue #9F6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.58%

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

R = 30.58%
G = 20.58%
B = 48.85%

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

#9F6BFE (or 0x9F6BFE) is known color: Light Slate Blue. HEX triplet: 9F, 6B and FE. RGB value is (159,107,254). Sum of RGB (Red+Green+Blue) = 159+107+254=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6BFE is #609401. Grayscale: #8A8A8A. Windows color (decimal): -6329346 or 16673695. OLE color: 16673695.

HSL color Cylindrical-coordinate representation of color #9F6BFE: hue angle of 261.22º 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 #9F6BFE is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 107 254 -
CMYK 0.37 0.58 0 0.00
HSL 261.22º 0.99% 0.71% -
HSV(B) 261.22º 0.58% 1% -
XYZ 37.45 25.04 96.63 -
YUV 139.31 192.73 142.05 -
System Red Green Blue C M Y K H S L
Decimal 159 107 254 0.37 0.58 0 0.00 261.22 0.99 0.71
Hex 9F 6B FE 25 3A 0 0 105 63 47
Octal 237 153 376 45 72 0 0 405 143 107
Binary 10011111 1101011 11111110 100101 111010 0 0 100000101 1100011 1000111

Color Harmonies of #9F6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6BFE

Black with #9F6BFE

Text Example


Text Example

White with #9F6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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