Html Css Color HEX #9F91FE Light Slate Blue

📋 copy color: '#9F91FE'

red 159 ◦ green 145 ◦ blue 254

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

Shades of Light Slate Blue #9F91FE

Tints of Light Slate Blue #9F91FE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.99%

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

R = 28.49%
G = 25.99%
B = 45.52%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F91FE (or 0x9F91FE) is known color: Light Slate Blue. HEX triplet: 9F, 91 and FE. RGB value is (159,145,254). Sum of RGB (Red+Green+Blue) = 159+145+254=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F91FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F91FE is #606E01. Grayscale: #A1A1A1. Windows color (decimal): -6319618 or 16683423. OLE color: 16683423.

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

Color convert

RGB 159 145 254 -
CMYK 0.37 0.43 0 0.00
HSL 247.71º 0.98% 0.78% -
HSV(B) 247.71º 0.43% 1% -
XYZ 42.31 34.78 98.25 -
YUV 161.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 159 145 254 0.37 0.43 0 0.00 247.71 0.98 0.78
Hex 9F 91 FE 25 2B 0 0 F8 62 4E
Octal 237 221 376 45 53 0 0 370 142 116
Binary 10011111 10010001 11111110 100101 101011 0 0 11111000 1100010 1001110

Color Harmonies of #9F91FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F91FE

Black with #9F91FE

Text Example


Text Example

White with #9F91FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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