Html Css Color HEX #8271DF Medium Slate Blue

📋 copy color: '#8271DF'

red 130 ◦ green 113 ◦ blue 223

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

Shades of Medium Slate Blue #8271DF

Tints of Medium Slate Blue #8271DF

RGB

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

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

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

R = 27.9%
G = 24.25%
B = 47.85%

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

#8271DF (or 0x8271DF) is known color: Medium Slate Blue. HEX triplet: 82, 71 and DF. RGB value is (130,113,223). Sum of RGB (Red+Green+Blue) = 130+113+223=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #8271DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271DF is #7D8E20. Grayscale: #828282. Windows color (decimal): -8228385 or 14643586. OLE color: 14643586.

HSL color Cylindrical-coordinate representation of color #8271DF: hue angle of 249.27º 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 #8271DF is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 113 223 -
CMYK 0.42 0.49 0 0.13
HSL 249.27º 0.63% 0.66% -
HSV(B) 249.27º 0.49% 0.87% -
XYZ 28.43 21.88 72.54 -
YUV 130.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 130 113 223 0.42 0.49 0 0.13 249.27 0.63 0.66
Hex 82 71 DF 2A 31 0 D F9 3F 42
Octal 202 161 337 52 61 0 15 371 77 102
Binary 10000010 1110001 11011111 101010 110001 0 1101 11111001 111111 1000010

Color Harmonies of #8271DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271DF

Black with #8271DF

Text Example


Text Example

White with #8271DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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