Html Css Color HEX #9574FE Light Slate Blue

📋 copy color: '#9574FE'

red 149 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #9574FE

Tints of Light Slate Blue #9574FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.35%

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

R = 28.71%
G = 22.35%
B = 48.94%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9574FE (or 0x9574FE) is known color: Light Slate Blue. HEX triplet: 95, 74 and FE. RGB value is (149,116,254). Sum of RGB (Red+Green+Blue) = 149+116+254=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #9574FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9574FE is #6A8B01. Grayscale: #8D8D8D. Windows color (decimal): -6982402 or 16675989. OLE color: 16675989.

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

Color convert

RGB 149 116 254 -
CMYK 0.41 0.54 0 0.00
HSL 254.35º 0.99% 0.73% -
HSV(B) 254.35º 0.54% 1% -
XYZ 36.53 26.04 96.87 -
YUV 141.6 191.43 133.28 -
System Red Green Blue C M Y K H S L
Decimal 149 116 254 0.41 0.54 0 0.00 254.35 0.99 0.73
Hex 95 74 FE 29 36 0 0 FE 63 49
Octal 225 164 376 51 66 0 0 376 143 111
Binary 10010101 1110100 11111110 101001 110110 0 0 11111110 1100011 1001001

Color Harmonies of #9574FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9574FE

Black with #9574FE

Text Example


Text Example

White with #9574FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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