Html Css Color HEX #9A90F7 Light Slate Blue

📋 copy color: '#9A90F7'

red 154 ◦ green 144 ◦ blue 247

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

Shades of Light Slate Blue #9A90F7

Tints of Light Slate Blue #9A90F7

RGB

 RED value IS 154 (60.55% from 255) = 28.26%

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

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

R = 28.26%
G = 26.42%
B = 45.32%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9A90F7 (or 0x9A90F7) is known color: Light Slate Blue. HEX triplet: 9A, 90 and F7. RGB value is (154,144,247). Sum of RGB (Red+Green+Blue) = 154+144+247=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A90F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A90F7 is #656F08. Grayscale: #9E9E9E. Windows color (decimal): -6647561 or 16224410. OLE color: 16224410.

HSL color Cylindrical-coordinate representation of color #9A90F7: hue angle of 245.83º 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 #9A90F7 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 144 247 -
CMYK 0.38 0.42 0 0.03
HSL 245.83º 0.87% 0.77% -
HSV(B) 245.83º 0.42% 0.97% -
XYZ 40.09 33.53 92.36 -
YUV 158.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 154 144 247 0.38 0.42 0 0.03 245.83 0.87 0.77
Hex 9A 90 F7 26 2A 0 3 F6 57 4D
Octal 232 220 367 46 52 0 3 366 127 115
Binary 10011010 10010000 11110111 100110 101010 0 11 11110110 1010111 1001101

Color Harmonies of #9A90F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A90F7

Black with #9A90F7

Text Example


Text Example

White with #9A90F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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