Html Css Color HEX #9573FA Light Slate Blue

📋 copy color: '#9573FA'

red 149 ◦ green 115 ◦ blue 250

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

Shades of Light Slate Blue #9573FA

Tints of Light Slate Blue #9573FA

RGB

 RED value IS 149 (58.59% from 255) = 28.99%

 GREEN value IS 115 (45.31% from 255) = 22.37%

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

R = 28.99%
G = 22.37%
B = 48.64%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9573FA (or 0x9573FA) is known color: Light Slate Blue. HEX triplet: 95, 73 and FA. RGB value is (149,115,250). Sum of RGB (Red+Green+Blue) = 149+115+250=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #9573FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573FA is #6A8C05. Grayscale: #8C8C8C. Windows color (decimal): -6982662 or 16413589. OLE color: 16413589.

HSL color Cylindrical-coordinate representation of color #9573FA: hue angle of 255.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9573FA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 115 250 -
CMYK 0.40 0.54 0 0.02
HSL 255.11º 0.93% 0.72% -
HSV(B) 255.11º 0.54% 0.98% -
XYZ 35.78 25.55 93.49 -
YUV 140.56 189.76 134.02 -
System Red Green Blue C M Y K H S L
Decimal 149 115 250 0.40 0.54 0 0.02 255.11 0.93 0.72
Hex 95 73 FA 28 36 0 2 FF 5D 48
Octal 225 163 372 50 66 0 2 377 135 110
Binary 10010101 1110011 11111010 101000 110110 0 10 11111111 1011101 1001000

Color Harmonies of #9573FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573FA

Black with #9573FA

Text Example


Text Example

White with #9573FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9573FA; }

 p { color: rgb(149,115,250); }

 H1.HeaderClassName
 {
   color: #9573FA;
 }
 .AnyTagClassName
 {
   color: #9573FA;
 }
</style>

background-color css

<style>
 a { background-color: #9573FA; }

 a { background-color: rgb(149,115,250); }

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

border-color css

<style>
 span { border-color: #9573FA; }

 span { border-color: rgb(149,115,250); }

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