Html Css Color HEX #9578FF Light Slate Blue

📋 copy color: '#9578FF'

red 149 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #9578FF

Tints of Light Slate Blue #9578FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.9%

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

R = 28.44%
G = 22.9%
B = 48.66%

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

#9578FF (or 0x9578FF) is known color: Light Slate Blue. HEX triplet: 95, 78 and FF. RGB value is (149,120,255). Sum of RGB (Red+Green+Blue) = 149+120+255=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #9578FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9578FF is #6A8700. Grayscale: #8F8F8F. Windows color (decimal): -6981377 or 16742549. OLE color: 16742549.

HSL color Cylindrical-coordinate representation of color #9578FF: hue angle of 252.89º 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 #9578FF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 120 255 -
CMYK 0.42 0.53 0 0
HSL 252.89º 1% 0.74% -
HSV(B) 252.89º 0.53% 1% -
XYZ 37.16 27.04 97.87 -
YUV 144.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 149 120 255 0.42 0.53 0 0 252.89 1 0.74
Hex 95 78 FF 2A 35 0 0 FD 64 4A
Octal 225 170 377 52 65 0 0 375 144 112
Binary 10010101 1111000 11111111 101010 110101 0 0 11111101 1100100 1001010

Color Harmonies of #9578FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9578FF

Black with #9578FF

Text Example


Text Example

White with #9578FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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