Html Css Color HEX #8559FE Light Slate Blue

📋 copy color: '#8559FE'

red 133 ◦ green 89 ◦ blue 254

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

Shades of Light Slate Blue #8559FE

Tints of Light Slate Blue #8559FE

RGB

 RED value IS 133 (52.34% from 255) = 27.94%

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

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

R = 27.94%
G = 18.7%
B = 53.36%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8559FE (or 0x8559FE) is known color: Light Slate Blue. HEX triplet: 85, 59 and FE. RGB value is (133,89,254). Sum of RGB (Red+Green+Blue) = 133+89+254=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #8559FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8559FE is #7AA601. Grayscale: #787878. Windows color (decimal): -8037890 or 16669061. OLE color: 16669061.

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

Color convert

RGB 133 89 254 -
CMYK 0.48 0.65 0 0.00
HSL 256º 0.99% 0.67% -
HSV(B) 256º 0.65% 1% -
XYZ 31.13 19.29 95.85 -
YUV 120.97 203.08 136.58 -
System Red Green Blue C M Y K H S L
Decimal 133 89 254 0.48 0.65 0 0.00 256 0.99 0.67
Hex 85 59 FE 30 41 0 0 100 63 43
Octal 205 131 376 60 101 0 0 400 143 103
Binary 10000101 1011001 11111110 110000 1000001 0 0 100000000 1100011 1000011

Color Harmonies of #8559FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8559FE

Black with #8559FE

Text Example


Text Example

White with #8559FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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