Html Css Color HEX #9F90FB Light Slate Blue

📋 copy color: '#9F90FB'

red 159 ◦ green 144 ◦ blue 251

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

Shades of Light Slate Blue #9F90FB

Tints of Light Slate Blue #9F90FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 28.7%
G = 25.99%
B = 45.31%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F90FB (or 0x9F90FB) is known color: Light Slate Blue. HEX triplet: 9F, 90 and FB. RGB value is (159,144,251). Sum of RGB (Red+Green+Blue) = 159+144+251=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90FB is #606F04. Grayscale: #A0A0A0. Windows color (decimal): -6319877 or 16486559. OLE color: 16486559.

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

Color convert

RGB 159 144 251 -
CMYK 0.37 0.43 0 0.02
HSL 248.41º 0.93% 0.77% -
HSV(B) 248.41º 0.43% 0.98% -
XYZ 41.68 34.28 95.69 -
YUV 160.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 159 144 251 0.37 0.43 0 0.02 248.41 0.93 0.77
Hex 9F 90 FB 25 2B 0 2 F8 5D 4D
Octal 237 220 373 45 53 0 2 370 135 115
Binary 10011111 10010000 11111011 100101 101011 0 10 11111000 1011101 1001101

Color Harmonies of #9F90FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90FB

Black with #9F90FB

Text Example


Text Example

White with #9F90FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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