Html Css Color HEX #8057DB Medium Slate Blue

📋 copy color: '#8057DB'

red 128 ◦ green 87 ◦ blue 219

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

Shades of Medium Slate Blue #8057DB

Tints of Medium Slate Blue #8057DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 29.49%
G = 20.05%
B = 50.46%

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

#8057DB (or 0x8057DB) is known color: Medium Slate Blue. HEX triplet: 80, 57 and DB. RGB value is (128,87,219). Sum of RGB (Red+Green+Blue) = 128+87+219=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8057DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057DB is #7FA824. Grayscale: #717171. Windows color (decimal): -8366117 or 14374784. OLE color: 14374784.

HSL color Cylindrical-coordinate representation of color #8057DB: hue angle of 258.64º degrees, saturation: 0.65, 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 #8057DB is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 87 219 -
CMYK 0.42 0.60 0 0.14
HSL 258.64º 0.65% 0.6% -
HSV(B) 258.64º 0.6% 0.86% -
XYZ 25.1 16.52 68.88 -
YUV 114.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 128 87 219 0.42 0.60 0 0.14 258.64 0.65 0.6
Hex 80 57 DB 2A 3C 0 E 103 41 3C
Octal 200 127 333 52 74 0 16 403 101 74
Binary 10000000 1010111 11011011 101010 111100 0 1110 100000011 1000001 111100

Color Harmonies of #8057DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8057DB

Black with #8057DB

Text Example


Text Example

White with #8057DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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