Html Css Color HEX #9559FE Light Slate Blue

📋 copy color: '#9559FE'

red 149 ◦ green 89 ◦ blue 254

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

Shades of Light Slate Blue #9559FE

Tints of Light Slate Blue #9559FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.09%

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

R = 30.28%
G = 18.09%
B = 51.63%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9559FE (or 0x9559FE) is known color: Light Slate Blue. HEX triplet: 95, 59 and FE. RGB value is (149,89,254). Sum of RGB (Red+Green+Blue) = 149+89+254=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #9559FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9559FE is #6AA601. Grayscale: #7D7D7D. Windows color (decimal): -6989314 or 16669077. OLE color: 16669077.

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

Color convert

RGB 149 89 254 -
CMYK 0.41 0.65 0 0.00
HSL 261.82º 0.99% 0.67% -
HSV(B) 261.82º 0.65% 1% -
XYZ 33.86 20.69 95.98 -
YUV 125.75 200.38 144.58 -
System Red Green Blue C M Y K H S L
Decimal 149 89 254 0.41 0.65 0 0.00 261.82 0.99 0.67
Hex 95 59 FE 29 41 0 0 106 63 43
Octal 225 131 376 51 101 0 0 406 143 103
Binary 10010101 1011001 11111110 101001 1000001 0 0 100000110 1100011 1000011

Color Harmonies of #9559FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9559FE

Black with #9559FE

Text Example


Text Example

White with #9559FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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