Html Css Color HEX #8556FF Light Slate Blue

📋 copy color: '#8556FF'

red 133 ◦ green 86 ◦ blue 255

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

Shades of Light Slate Blue #8556FF

Tints of Light Slate Blue #8556FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.14%

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

R = 28.06%
G = 18.14%
B = 53.8%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8556FF (or 0x8556FF) is known color: Light Slate Blue. HEX triplet: 85, 56 and FF. RGB value is (133,86,255). Sum of RGB (Red+Green+Blue) = 133+86+255=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #8556FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8556FF is #7AA900. Grayscale: #767676. Windows color (decimal): -8038657 or 16733829. OLE color: 16733829.

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

Color convert

RGB 133 86 255 -
CMYK 0.48 0.66 0 0
HSL 256.69º 1% 0.67% -
HSV(B) 256.69º 0.66% 1% -
XYZ 31.05 18.86 96.61 -
YUV 119.32 204.57 137.76 -
System Red Green Blue C M Y K H S L
Decimal 133 86 255 0.48 0.66 0 0 256.69 1 0.67
Hex 85 56 FF 30 42 0 0 101 64 43
Octal 205 126 377 60 102 0 0 401 144 103
Binary 10000101 1010110 11111111 110000 1000010 0 0 100000001 1100100 1000011

Color Harmonies of #8556FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8556FF

Black with #8556FF

Text Example


Text Example

White with #8556FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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