Html Css Color HEX #9F90FD Light Slate Blue

📋 copy color: '#9F90FD'

red 159 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #9F90FD

Tints of Light Slate Blue #9F90FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.5%

R = 28.6%
G = 25.9%
B = 45.5%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F90FD (or 0x9F90FD) is known color: Light Slate Blue. HEX triplet: 9F, 90 and FD. RGB value is (159,144,253). Sum of RGB (Red+Green+Blue) = 159+144+253=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90FD is #606F02. Grayscale: #A0A0A0. Windows color (decimal): -6319875 or 16617631. OLE color: 16617631.

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

Color convert

RGB 159 144 253 -
CMYK 0.37 0.43 0 0.01
HSL 248.26º 0.96% 0.78% -
HSV(B) 248.26º 0.43% 0.99% -
XYZ 42 34.41 97.36 -
YUV 160.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 159 144 253 0.37 0.43 0 0.01 248.26 0.96 0.78
Hex 9F 90 FD 25 2B 0 1 F8 60 4E
Octal 237 220 375 45 53 0 1 370 140 116
Binary 10011111 10010000 11111101 100101 101011 0 1 11111000 1100000 1001110

Color Harmonies of #9F90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90FD

Black with #9F90FD

Text Example


Text Example

White with #9F90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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