Html Css Color HEX #8271DC Medium Slate Blue

📋 copy color: '#8271DC'

red 130 ◦ green 113 ◦ blue 220

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

Shades of Medium Slate Blue #8271DC

Tints of Medium Slate Blue #8271DC

RGB

 RED value IS 130 (51.17% from 255) = 28.08%

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 28.08%
G = 24.41%
B = 47.52%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8271DC (or 0x8271DC) is known color: Medium Slate Blue. HEX triplet: 82, 71 and DC. RGB value is (130,113,220). Sum of RGB (Red+Green+Blue) = 130+113+220=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #8271DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271DC is #7D8E23. Grayscale: #818181. Windows color (decimal): -8228388 or 14446978. OLE color: 14446978.

HSL color Cylindrical-coordinate representation of color #8271DC: hue angle of 249.53º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8271DC is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 113 220 -
CMYK 0.41 0.49 0 0.14
HSL 249.53º 0.6% 0.65% -
HSV(B) 249.53º 0.49% 0.86% -
XYZ 28.03 21.72 70.43 -
YUV 130.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 130 113 220 0.41 0.49 0 0.14 249.53 0.6 0.65
Hex 82 71 DC 29 31 0 E FA 3C 41
Octal 202 161 334 51 61 0 16 372 74 101
Binary 10000010 1110001 11011100 101001 110001 0 1110 11111010 111100 1000001

Color Harmonies of #8271DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271DC

Black with #8271DC

Text Example


Text Example

White with #8271DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8271DC; }

 p { color: rgb(130,113,220); }

 H1.HeaderClassName
 {
   color: #8271DC;
 }
 .AnyTagClassName
 {
   color: #8271DC;
 }
</style>

background-color css

<style>
 a { background-color: #8271DC; }

 a { background-color: rgb(130,113,220); }

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

border-color css

<style>
 span { border-color: #8271DC; }

 span { border-color: rgb(130,113,220); }

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