Html Css Color HEX #8071E5 Medium Slate Blue

📋 copy color: '#8071E5'

red 128 ◦ green 113 ◦ blue 229

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

Shades of Medium Slate Blue #8071E5

Tints of Medium Slate Blue #8071E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.72%

R = 27.23%
G = 24.04%
B = 48.72%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8071E5 (or 0x8071E5) is known color: Medium Slate Blue. HEX triplet: 80, 71 and E5. RGB value is (128,113,229). Sum of RGB (Red+Green+Blue) = 128+113+229=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #8071E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071E5 is #7F8E1A. Grayscale: #828282. Windows color (decimal): -8359451 or 15036800. OLE color: 15036800.

HSL color Cylindrical-coordinate representation of color #8071E5: hue angle of 247.76º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8071E5 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 113 229 -
CMYK 0.44 0.51 0 0.10
HSL 247.76º 0.69% 0.67% -
HSV(B) 247.76º 0.51% 0.9% -
XYZ 28.95 22.06 76.86 -
YUV 130.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 128 113 229 0.44 0.51 0 0.10 247.76 0.69 0.67
Hex 80 71 E5 2C 33 0 A F8 45 43
Octal 200 161 345 54 63 0 12 370 105 103
Binary 10000000 1110001 11100101 101100 110011 0 1010 11111000 1000101 1000011

Color Harmonies of #8071E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071E5

Black with #8071E5

Text Example


Text Example

White with #8071E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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