Html Css Color HEX #9573FC Light Slate Blue

📋 copy color: '#9573FC'

red 149 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #9573FC

Tints of Light Slate Blue #9573FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.84%

R = 28.88%
G = 22.29%
B = 48.84%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9573FC (or 0x9573FC) is known color: Light Slate Blue. HEX triplet: 95, 73 and FC. RGB value is (149,115,252). Sum of RGB (Red+Green+Blue) = 149+115+252=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #9573FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573FC is #6A8C03. Grayscale: #8C8C8C. Windows color (decimal): -6982660 or 16544661. OLE color: 16544661.

HSL color Cylindrical-coordinate representation of color #9573FC: hue angle of 254.89º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9573FC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 115 252 -
CMYK 0.41 0.54 0 0.01
HSL 254.89º 0.96% 0.72% -
HSV(B) 254.89º 0.54% 0.99% -
XYZ 36.1 25.68 95.15 -
YUV 140.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 149 115 252 0.41 0.54 0 0.01 254.89 0.96 0.72
Hex 95 73 FC 29 36 0 1 FF 60 48
Octal 225 163 374 51 66 0 1 377 140 110
Binary 10010101 1110011 11111100 101001 110110 0 1 11111111 1100000 1001000

Color Harmonies of #9573FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573FC

Black with #9573FC

Text Example


Text Example

White with #9573FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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