Html Css Color HEX #9579FF Light Slate Blue

📋 copy color: '#9579FF'

red 149 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #9579FF

Tints of Light Slate Blue #9579FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.05%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 28.38%
G = 23.05%
B = 48.57%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9579FF (or 0x9579FF) is known color: Light Slate Blue. HEX triplet: 95, 79 and FF. RGB value is (149,121,255). Sum of RGB (Red+Green+Blue) = 149+121+255=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #9579FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9579FF is #6A8600. Grayscale: #909090. Windows color (decimal): -6981121 or 16742805. OLE color: 16742805.

HSL color Cylindrical-coordinate representation of color #9579FF: hue angle of 252.54º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9579FF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 121 255 -
CMYK 0.42 0.53 0 0
HSL 252.54º 1% 0.74% -
HSV(B) 252.54º 0.53% 1% -
XYZ 37.28 27.28 97.91 -
YUV 144.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 149 121 255 0.42 0.53 0 0 252.54 1 0.74
Hex 95 79 FF 2A 35 0 0 FD 64 4A
Octal 225 171 377 52 65 0 0 375 144 112
Binary 10010101 1111001 11111111 101010 110101 0 0 11111101 1100100 1001010

Color Harmonies of #9579FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579FF

Black with #9579FF

Text Example


Text Example

White with #9579FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9579FF; }

 p { color: rgb(149,121,255); }

 H1.HeaderClassName
 {
   color: #9579FF;
 }
 .AnyTagClassName
 {
   color: #9579FF;
 }
</style>

background-color css

<style>
 a { background-color: #9579FF; }

 a { background-color: rgb(149,121,255); }

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

border-color css

<style>
 span { border-color: #9579FF; }

 span { border-color: rgb(149,121,255); }

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