Html Css Color HEX #8071DD Medium Slate Blue

📋 copy color: '#8071DD'

red 128 ◦ green 113 ◦ blue 221

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

Shades of Medium Slate Blue #8071DD

Tints of Medium Slate Blue #8071DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.46%

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

R = 27.71%
G = 24.46%
B = 47.84%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8071DD (or 0x8071DD) is known color: Medium Slate Blue. HEX triplet: 80, 71 and DD. RGB value is (128,113,221). Sum of RGB (Red+Green+Blue) = 128+113+221=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #8071DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071DD is #7F8E22. Grayscale: #818181. Windows color (decimal): -8359459 or 14512512. OLE color: 14512512.

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

Color convert

RGB 128 113 221 -
CMYK 0.42 0.49 0 0.13
HSL 248.33º 0.61% 0.65% -
HSV(B) 248.33º 0.49% 0.87% -
XYZ 27.86 21.62 71.11 -
YUV 129.8 179.47 126.72 -
System Red Green Blue C M Y K H S L
Decimal 128 113 221 0.42 0.49 0 0.13 248.33 0.61 0.65
Hex 80 71 DD 2A 31 0 D F8 3D 41
Octal 200 161 335 52 61 0 15 370 75 101
Binary 10000000 1110001 11011101 101010 110001 0 1101 11111000 111101 1000001

Color Harmonies of #8071DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071DD

Black with #8071DD

Text Example


Text Example

White with #8071DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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