Html Css Color HEX #9F90F7 Light Slate Blue

📋 copy color: '#9F90F7'

red 159 ◦ green 144 ◦ blue 247

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

Shades of Light Slate Blue #9F90F7

Tints of Light Slate Blue #9F90F7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.18%

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 28.91%
G = 26.18%
B = 44.91%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9F90F7 (or 0x9F90F7) is known color: Light Slate Blue. HEX triplet: 9F, 90 and F7. RGB value is (159,144,247). Sum of RGB (Red+Green+Blue) = 159+144+247=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #9F90F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90F7 is #606F08. Grayscale: #9F9F9F. Windows color (decimal): -6319881 or 16224415. OLE color: 16224415.

HSL color Cylindrical-coordinate representation of color #9F90F7: hue angle of 248.74º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F90F7 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 144 247 -
CMYK 0.36 0.42 0 0.03
HSL 248.74º 0.87% 0.77% -
HSV(B) 248.74º 0.42% 0.97% -
XYZ 41.06 34.03 92.4 -
YUV 160.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 159 144 247 0.36 0.42 0 0.03 248.74 0.87 0.77
Hex 9F 90 F7 24 2A 0 3 F9 57 4D
Octal 237 220 367 44 52 0 3 371 127 115
Binary 10011111 10010000 11110111 100100 101010 0 11 11111001 1010111 1001101

Color Harmonies of #9F90F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90F7

Black with #9F90F7

Text Example


Text Example

White with #9F90F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,144,247); }

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

background-color css

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

 a { background-color: rgb(159,144,247); }

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

border-color css

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

 span { border-color: rgb(159,144,247); }

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