Html Css Color HEX #8071DF Medium Slate Blue

📋 copy color: '#8071DF'

red 128 ◦ green 113 ◦ blue 223

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

Shades of Medium Slate Blue #8071DF

Tints of Medium Slate Blue #8071DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 27.59%
G = 24.35%
B = 48.06%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8071DF (or 0x8071DF) is known color: Medium Slate Blue. HEX triplet: 80, 71 and DF. RGB value is (128,113,223). Sum of RGB (Red+Green+Blue) = 128+113+223=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #8071DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071DF is #7F8E20. Grayscale: #818181. Windows color (decimal): -8359457 or 14643584. OLE color: 14643584.

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

Color convert

RGB 128 113 223 -
CMYK 0.43 0.49 0 0.13
HSL 248.18º 0.63% 0.66% -
HSV(B) 248.18º 0.49% 0.87% -
XYZ 28.13 21.73 72.52 -
YUV 130.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 128 113 223 0.43 0.49 0 0.13 248.18 0.63 0.66
Hex 80 71 DF 2B 31 0 D F8 3F 42
Octal 200 161 337 53 61 0 15 370 77 102
Binary 10000000 1110001 11011111 101011 110001 0 1101 11111000 111111 1000010

Color Harmonies of #8071DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071DF

Black with #8071DF

Text Example


Text Example

White with #8071DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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