Html Css Color HEX #9F90FE Light Slate Blue

📋 copy color: '#9F90FE'

red 159 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #9F90FE

Tints of Light Slate Blue #9F90FE

RGB

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

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

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

R = 28.55%
G = 25.85%
B = 45.6%

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

#9F90FE (or 0x9F90FE) is known color: Light Slate Blue. HEX triplet: 9F, 90 and FE. RGB value is (159,144,254). Sum of RGB (Red+Green+Blue) = 159+144+254=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90FE is #606F01. Grayscale: #A0A0A0. Windows color (decimal): -6319874 or 16683167. OLE color: 16683167.

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

Color convert

RGB 159 144 254 -
CMYK 0.37 0.43 0 0.00
HSL 248.18º 0.98% 0.78% -
HSV(B) 248.18º 0.43% 1% -
XYZ 42.16 34.47 98.2 -
YUV 161.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 159 144 254 0.37 0.43 0 0.00 248.18 0.98 0.78
Hex 9F 90 FE 25 2B 0 0 F8 62 4E
Octal 237 220 376 45 53 0 0 370 142 116
Binary 10011111 10010000 11111110 100101 101011 0 0 11111000 1100010 1001110

Color Harmonies of #9F90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90FE

Black with #9F90FE

Text Example


Text Example

White with #9F90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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