Html Css Color HEX #9573F7 Light Slate Blue

📋 copy color: '#9573F7'

red 149 ◦ green 115 ◦ blue 247

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

Shades of Light Slate Blue #9573F7

Tints of Light Slate Blue #9573F7

RGB

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

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

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

R = 29.16%
G = 22.5%
B = 48.34%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9573F7 (or 0x9573F7) is known color: Light Slate Blue. HEX triplet: 95, 73 and F7. RGB value is (149,115,247). Sum of RGB (Red+Green+Blue) = 149+115+247=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #9573F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573F7 is #6A8C08. Grayscale: #8B8B8B. Windows color (decimal): -6982665 or 16216981. OLE color: 16216981.

HSL color Cylindrical-coordinate representation of color #9573F7: hue angle of 255.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9573F7 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 115 247 -
CMYK 0.40 0.53 0 0.03
HSL 255.45º 0.89% 0.71% -
HSV(B) 255.45º 0.53% 0.97% -
XYZ 35.31 25.37 91.03 -
YUV 140.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 149 115 247 0.40 0.53 0 0.03 255.45 0.89 0.71
Hex 95 73 F7 28 35 0 3 FF 59 47
Octal 225 163 367 50 65 0 3 377 131 107
Binary 10010101 1110011 11110111 101000 110101 0 11 11111111 1011001 1000111

Color Harmonies of #9573F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573F7

Black with #9573F7

Text Example


Text Example

White with #9573F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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