Html Css Color HEX #9579F2 Light Slate Blue

📋 copy color: '#9579F2'

red 149 ◦ green 121 ◦ blue 242

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

Shades of Light Slate Blue #9579F2

Tints of Light Slate Blue #9579F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.27%

R = 29.1%
G = 23.63%
B = 47.27%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9579F2 (or 0x9579F2) is known color: Light Slate Blue. HEX triplet: 95, 79 and F2. RGB value is (149,121,242). Sum of RGB (Red+Green+Blue) = 149+121+242=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #9579F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9579F2 is #6A860D. Grayscale: #8E8E8E. Windows color (decimal): -6981134 or 15890837. OLE color: 15890837.

HSL color Cylindrical-coordinate representation of color #9579F2: hue angle of 253.88º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9579F2 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 121 242 -
CMYK 0.38 0.50 0 0.05
HSL 253.88º 0.82% 0.71% -
HSV(B) 253.88º 0.5% 0.95% -
XYZ 35.26 26.48 87.26 -
YUV 143.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 149 121 242 0.38 0.50 0 0.05 253.88 0.82 0.71
Hex 95 79 F2 26 32 0 5 FE 52 47
Octal 225 171 362 46 62 0 5 376 122 107
Binary 10010101 1111001 11110010 100110 110010 0 101 11111110 1010010 1000111

Color Harmonies of #9579F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579F2

Black with #9579F2

Text Example


Text Example

White with #9579F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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