Html Css Color HEX #9A5EFA Light Slate Blue

📋 copy color: '#9A5EFA'

red 154 ◦ green 94 ◦ blue 250

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

Shades of Light Slate Blue #9A5EFA

Tints of Light Slate Blue #9A5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.88%

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

R = 30.92%
G = 18.88%
B = 50.2%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A5EFA (or 0x9A5EFA) is known color: Light Slate Blue. HEX triplet: 9A, 5E and FA. RGB value is (154,94,250). Sum of RGB (Red+Green+Blue) = 154+94+250=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5EFA is #65A105. Grayscale: #818181. Windows color (decimal): -6660358 or 16408218. OLE color: 16408218.

HSL color Cylindrical-coordinate representation of color #9A5EFA: hue angle of 263.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A5EFA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 94 250 -
CMYK 0.38 0.62 0 0.02
HSL 263.08º 0.94% 0.67% -
HSV(B) 263.08º 0.62% 0.98% -
XYZ 34.58 21.78 92.82 -
YUV 129.72 195.88 145.32 -
System Red Green Blue C M Y K H S L
Decimal 154 94 250 0.38 0.62 0 0.02 263.08 0.94 0.67
Hex 9A 5E FA 26 3E 0 2 107 5E 43
Octal 232 136 372 46 76 0 2 407 136 103
Binary 10011010 1011110 11111010 100110 111110 0 10 100000111 1011110 1000011

Color Harmonies of #9A5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5EFA

Black with #9A5EFA

Text Example


Text Example

White with #9A5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,94,250); }

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

background-color css

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

 a { background-color: rgb(154,94,250); }

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

border-color css

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

 span { border-color: rgb(154,94,250); }

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