Html Css Color HEX #8058DB Medium Slate Blue

📋 copy color: '#8058DB'

red 128 ◦ green 88 ◦ blue 219

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

Shades of Medium Slate Blue #8058DB

Tints of Medium Slate Blue #8058DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.23%

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

R = 29.43%
G = 20.23%
B = 50.34%

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

#8058DB (or 0x8058DB) is known color: Medium Slate Blue. HEX triplet: 80, 58 and DB. RGB value is (128,88,219). Sum of RGB (Red+Green+Blue) = 128+88+219=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8058DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8058DB is #7FA724. Grayscale: #727272. Windows color (decimal): -8365861 or 14375040. OLE color: 14375040.

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

Color convert

RGB 128 88 219 -
CMYK 0.42 0.60 0 0.14
HSL 258.32º 0.65% 0.6% -
HSV(B) 258.32º 0.6% 0.86% -
XYZ 25.18 16.68 68.91 -
YUV 114.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 128 88 219 0.42 0.60 0 0.14 258.32 0.65 0.6
Hex 80 58 DB 2A 3C 0 E 102 41 3C
Octal 200 130 333 52 74 0 16 402 101 74
Binary 10000000 1011000 11011011 101010 111100 0 1110 100000010 1000001 111100

Color Harmonies of #8058DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8058DB

Black with #8058DB

Text Example


Text Example

White with #8058DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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