Html Css Color HEX #8056DD Medium Slate Blue

📋 copy color: '#8056DD'

red 128 ◦ green 86 ◦ blue 221

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

Shades of Medium Slate Blue #8056DD

Tints of Medium Slate Blue #8056DD

RGB

 RED value IS 128 (50.39% from 255) = 29.43%

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 29.43%
G = 19.77%
B = 50.8%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8056DD (or 0x8056DD) is known color: Medium Slate Blue. HEX triplet: 80, 56 and DD. RGB value is (128,86,221). Sum of RGB (Red+Green+Blue) = 128+86+221=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #8056DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056DD is #7FA922. Grayscale: #717171. Windows color (decimal): -8366371 or 14505600. OLE color: 14505600.

HSL color Cylindrical-coordinate representation of color #8056DD: hue angle of 258.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8056DD is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 86 221 -
CMYK 0.42 0.61 0 0.13
HSL 258.67º 0.67% 0.6% -
HSV(B) 258.67º 0.61% 0.87% -
XYZ 25.28 16.47 70.25 -
YUV 113.95 188.41 138.02 -
System Red Green Blue C M Y K H S L
Decimal 128 86 221 0.42 0.61 0 0.13 258.67 0.67 0.6
Hex 80 56 DD 2A 3D 0 D 103 43 3C
Octal 200 126 335 52 75 0 15 403 103 74
Binary 10000000 1010110 11011101 101010 111101 0 1101 100000011 1000011 111100

Color Harmonies of #8056DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8056DD

Black with #8056DD

Text Example


Text Example

White with #8056DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8056DD; }

 p { color: rgb(128,86,221); }

 H1.HeaderClassName
 {
   color: #8056DD;
 }
 .AnyTagClassName
 {
   color: #8056DD;
 }
</style>

background-color css

<style>
 a { background-color: #8056DD; }

 a { background-color: rgb(128,86,221); }

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

border-color css

<style>
 span { border-color: #8056DD; }

 span { border-color: rgb(128,86,221); }

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