Html Css Color HEX #8559FF Light Slate Blue

📋 copy color: '#8559FF'

red 133 ◦ green 89 ◦ blue 255

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

Shades of Light Slate Blue #8559FF

Tints of Light Slate Blue #8559FF

RGB

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

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

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

R = 27.88%
G = 18.66%
B = 53.46%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8559FF (or 0x8559FF) is known color: Light Slate Blue. HEX triplet: 85, 59 and FF. RGB value is (133,89,255). Sum of RGB (Red+Green+Blue) = 133+89+255=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #8559FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8559FF is #7AA600. Grayscale: #787878. Windows color (decimal): -8037889 or 16734597. OLE color: 16734597.

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

Color convert

RGB 133 89 255 -
CMYK 0.48 0.65 0 0
HSL 255.9º 1% 0.67% -
HSV(B) 255.9º 0.65% 1% -
XYZ 31.3 19.35 96.69 -
YUV 121.08 203.58 136.5 -
System Red Green Blue C M Y K H S L
Decimal 133 89 255 0.48 0.65 0 0 255.9 1 0.67
Hex 85 59 FF 30 41 0 0 100 64 43
Octal 205 131 377 60 101 0 0 400 144 103
Binary 10000101 1011001 11111111 110000 1000001 0 0 100000000 1100100 1000011

Color Harmonies of #8559FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8559FF

Black with #8559FF

Text Example


Text Example

White with #8559FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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