Html Css Color HEX #9F6EFE Light Slate Blue

📋 copy color: '#9F6EFE'

red 159 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #9F6EFE

Tints of Light Slate Blue #9F6EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.03%

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

R = 30.4%
G = 21.03%
B = 48.57%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F6EFE (or 0x9F6EFE) is known color: Light Slate Blue. HEX triplet: 9F, 6E and FE. RGB value is (159,110,254). Sum of RGB (Red+Green+Blue) = 159+110+254=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F6EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6EFE is #609101. Grayscale: #8C8C8C. Windows color (decimal): -6328578 or 16674463. OLE color: 16674463.

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

Color convert

RGB 159 110 254 -
CMYK 0.37 0.57 0 0.00
HSL 260.42º 0.99% 0.71% -
HSV(B) 260.42º 0.57% 1% -
XYZ 37.76 25.68 96.73 -
YUV 141.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 159 110 254 0.37 0.57 0 0.00 260.42 0.99 0.71
Hex 9F 6E FE 25 39 0 0 104 63 47
Octal 237 156 376 45 71 0 0 404 143 107
Binary 10011111 1101110 11111110 100101 111001 0 0 100000100 1100011 1000111

Color Harmonies of #9F6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6EFE

Black with #9F6EFE

Text Example


Text Example

White with #9F6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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