Html Css Color HEX #9573F4 Light Slate Blue

📋 copy color: '#9573F4'

red 149 ◦ green 115 ◦ blue 244

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

Shades of Light Slate Blue #9573F4

Tints of Light Slate Blue #9573F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.03%

R = 29.33%
G = 22.64%
B = 48.03%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9573F4 (or 0x9573F4) is known color: Light Slate Blue. HEX triplet: 95, 73 and F4. RGB value is (149,115,244). Sum of RGB (Red+Green+Blue) = 149+115+244=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #9573F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573F4 is #6A8C0B. Grayscale: #8B8B8B. Windows color (decimal): -6982668 or 16020373. OLE color: 16020373.

HSL color Cylindrical-coordinate representation of color #9573F4: hue angle of 255.81º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9573F4 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 115 244 -
CMYK 0.39 0.53 0 0.04
HSL 255.81º 0.85% 0.7% -
HSV(B) 255.81º 0.53% 0.96% -
XYZ 34.85 25.18 88.61 -
YUV 139.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 149 115 244 0.39 0.53 0 0.04 255.81 0.85 0.7
Hex 95 73 F4 27 35 0 4 100 55 46
Octal 225 163 364 47 65 0 4 400 125 106
Binary 10010101 1110011 11110100 100111 110101 0 100 100000000 1010101 1000110

Color Harmonies of #9573F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573F4

Black with #9573F4

Text Example


Text Example

White with #9573F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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