Html Css Color HEX #9E90FA Light Slate Blue

📋 copy color: '#9E90FA'

red 158 ◦ green 144 ◦ blue 250

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

Shades of Light Slate Blue #9E90FA

Tints of Light Slate Blue #9E90FA

RGB

 RED value IS 158 (62.11% from 255) = 28.62%

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 28.62%
G = 26.09%
B = 45.29%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E90FA (or 0x9E90FA) is known color: Light Slate Blue. HEX triplet: 9E, 90 and FA. RGB value is (158,144,250). Sum of RGB (Red+Green+Blue) = 158+144+250=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E90FA is #616F05. Grayscale: #9F9F9F. Windows color (decimal): -6385414 or 16421022. OLE color: 16421022.

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

Color convert

RGB 158 144 250 -
CMYK 0.37 0.42 0 0.02
HSL 247.92º 0.91% 0.77% -
HSV(B) 247.92º 0.42% 0.98% -
XYZ 41.33 34.12 94.85 -
YUV 160.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 158 144 250 0.37 0.42 0 0.02 247.92 0.91 0.77
Hex 9E 90 FA 25 2A 0 2 F8 5B 4D
Octal 236 220 372 45 52 0 2 370 133 115
Binary 10011110 10010000 11111010 100101 101010 0 10 11111000 1011011 1001101

Color Harmonies of #9E90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E90FA

Black with #9E90FA

Text Example


Text Example

White with #9E90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,144,250); }

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

background-color css

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

 a { background-color: rgb(158,144,250); }

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

border-color css

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

 span { border-color: rgb(158,144,250); }

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