Html Css Color HEX #9579FE Light Slate Blue

📋 copy color: '#9579FE'

red 149 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #9579FE

Tints of Light Slate Blue #9579FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 28.44%
G = 23.09%
B = 48.47%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9579FE (or 0x9579FE) is known color: Light Slate Blue. HEX triplet: 95, 79 and FE. RGB value is (149,121,254). Sum of RGB (Red+Green+Blue) = 149+121+254=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #9579FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9579FE is #6A8601. Grayscale: #909090. Windows color (decimal): -6981122 or 16677269. OLE color: 16677269.

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

Color convert

RGB 149 121 254 -
CMYK 0.41 0.52 0 0.00
HSL 252.63º 0.99% 0.74% -
HSV(B) 252.63º 0.52% 1% -
XYZ 37.12 27.22 97.06 -
YUV 144.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 149 121 254 0.41 0.52 0 0.00 252.63 0.99 0.74
Hex 95 79 FE 29 34 0 0 FD 63 4A
Octal 225 171 376 51 64 0 0 375 143 112
Binary 10010101 1111001 11111110 101001 110100 0 0 11111101 1100011 1001010

Color Harmonies of #9579FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579FE

Black with #9579FE

Text Example


Text Example

White with #9579FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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