Html Css Color HEX #8959FE Light Slate Blue

📋 copy color: '#8959FE'

red 137 ◦ green 89 ◦ blue 254

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

Shades of Light Slate Blue #8959FE

Tints of Light Slate Blue #8959FE

RGB

 RED value IS 137 (53.91% from 255) = 28.54%

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

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

R = 28.54%
G = 18.54%
B = 52.92%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8959FE (or 0x8959FE) is known color: Light Slate Blue. HEX triplet: 89, 59 and FE. RGB value is (137,89,254). Sum of RGB (Red+Green+Blue) = 137+89+254=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #8959FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8959FE is #76A601. Grayscale: #797979. Windows color (decimal): -7775746 or 16669065. OLE color: 16669065.

HSL color Cylindrical-coordinate representation of color #8959FE: hue angle of 257.45º 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 #8959FE is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 89 254 -
CMYK 0.46 0.65 0 0.00
HSL 257.45º 0.99% 0.67% -
HSV(B) 257.45º 0.65% 1% -
XYZ 31.78 19.62 95.88 -
YUV 122.16 202.4 138.58 -
System Red Green Blue C M Y K H S L
Decimal 137 89 254 0.46 0.65 0 0.00 257.45 0.99 0.67
Hex 89 59 FE 2E 41 0 0 101 63 43
Octal 211 131 376 56 101 0 0 401 143 103
Binary 10001001 1011001 11111110 101110 1000001 0 0 100000001 1100011 1000011

Color Harmonies of #8959FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8959FE

Black with #8959FE

Text Example


Text Example

White with #8959FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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