Html Css Color HEX #8057DC Medium Slate Blue

📋 copy color: '#8057DC'

red 128 ◦ green 87 ◦ blue 220

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

Shades of Medium Slate Blue #8057DC

Tints of Medium Slate Blue #8057DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20%

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 29.43%
G = 20%
B = 50.57%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8057DC (or 0x8057DC) is known color: Medium Slate Blue. HEX triplet: 80, 57 and DC. RGB value is (128,87,220). Sum of RGB (Red+Green+Blue) = 128+87+220=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #8057DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057DC is #7FA823. Grayscale: #717171. Windows color (decimal): -8366116 or 14440320. OLE color: 14440320.

HSL color Cylindrical-coordinate representation of color #8057DC: hue angle of 258.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8057DC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 87 220 -
CMYK 0.42 0.60 0 0.14
HSL 258.5º 0.66% 0.6% -
HSV(B) 258.5º 0.6% 0.86% -
XYZ 25.23 16.57 69.58 -
YUV 114.42 187.58 137.69 -
System Red Green Blue C M Y K H S L
Decimal 128 87 220 0.42 0.60 0 0.14 258.5 0.66 0.6
Hex 80 57 DC 2A 3C 0 E 102 42 3C
Octal 200 127 334 52 74 0 16 402 102 74
Binary 10000000 1010111 11011100 101010 111100 0 1110 100000010 1000010 111100

Color Harmonies of #8057DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8057DC

Black with #8057DC

Text Example


Text Example

White with #8057DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8057DC; }

 p { color: rgb(128,87,220); }

 H1.HeaderClassName
 {
   color: #8057DC;
 }
 .AnyTagClassName
 {
   color: #8057DC;
 }
</style>

background-color css

<style>
 a { background-color: #8057DC; }

 a { background-color: rgb(128,87,220); }

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

border-color css

<style>
 span { border-color: #8057DC; }

 span { border-color: rgb(128,87,220); }

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