Html Css Color HEX #8559FD Light Slate Blue

📋 copy color: '#8559FD'

red 133 ◦ green 89 ◦ blue 253

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

Shades of Light Slate Blue #8559FD

Tints of Light Slate Blue #8559FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 28%
G = 18.74%
B = 53.26%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8559FD (or 0x8559FD) is known color: Light Slate Blue. HEX triplet: 85, 59 and FD. RGB value is (133,89,253). Sum of RGB (Red+Green+Blue) = 133+89+253=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #8559FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8559FD is #7AA602. Grayscale: #787878. Windows color (decimal): -8037891 or 16603525. OLE color: 16603525.

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

Color convert

RGB 133 89 253 -
CMYK 0.47 0.65 0 0.01
HSL 256.1º 0.98% 0.67% -
HSV(B) 256.1º 0.65% 0.99% -
XYZ 30.97 19.22 95.01 -
YUV 120.85 202.58 136.66 -
System Red Green Blue C M Y K H S L
Decimal 133 89 253 0.47 0.65 0 0.01 256.1 0.98 0.67
Hex 85 59 FD 2F 41 0 1 100 62 43
Octal 205 131 375 57 101 0 1 400 142 103
Binary 10000101 1011001 11111101 101111 1000001 0 1 100000000 1100010 1000011

Color Harmonies of #8559FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8559FD

Black with #8559FD

Text Example


Text Example

White with #8559FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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