Html Css Color HEX #8556EE Medium Slate Blue

📋 copy color: '#8556EE'

red 133 ◦ green 86 ◦ blue 238

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

Shades of Medium Slate Blue #8556EE

Tints of Medium Slate Blue #8556EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 29.1%
G = 18.82%
B = 52.08%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8556EE (or 0x8556EE) is known color: Medium Slate Blue. HEX triplet: 85, 56 and EE. RGB value is (133,86,238). Sum of RGB (Red+Green+Blue) = 133+86+238=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #8556EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8556EE is #7AA911. Grayscale: #747474. Windows color (decimal): -8038674 or 15619717. OLE color: 15619717.

HSL color Cylindrical-coordinate representation of color #8556EE: hue angle of 258.55º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8556EE is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 86 238 -
CMYK 0.44 0.64 0 0.07
HSL 258.55º 0.82% 0.64% -
HSV(B) 258.55º 0.64% 0.93% -
XYZ 28.43 17.82 82.83 -
YUV 117.38 196.07 139.14 -
System Red Green Blue C M Y K H S L
Decimal 133 86 238 0.44 0.64 0 0.07 258.55 0.82 0.64
Hex 85 56 EE 2C 40 0 7 103 52 40
Octal 205 126 356 54 100 0 7 403 122 100
Binary 10000101 1010110 11101110 101100 1000000 0 111 100000011 1010010 1000000

Color Harmonies of #8556EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8556EE

Black with #8556EE

Text Example


Text Example

White with #8556EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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