Html Css Color HEX #8271DE Medium Slate Blue

📋 copy color: '#8271DE'

red 130 ◦ green 113 ◦ blue 222

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

Shades of Medium Slate Blue #8271DE

Tints of Medium Slate Blue #8271DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 27.96%
G = 24.3%
B = 47.74%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8271DE (or 0x8271DE) is known color: Medium Slate Blue. HEX triplet: 82, 71 and DE. RGB value is (130,113,222). Sum of RGB (Red+Green+Blue) = 130+113+222=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #8271DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271DE is #7D8E21. Grayscale: #828282. Windows color (decimal): -8228386 or 14578050. OLE color: 14578050.

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

Color convert

RGB 130 113 222 -
CMYK 0.41 0.49 0 0.13
HSL 249.36º 0.62% 0.66% -
HSV(B) 249.36º 0.49% 0.87% -
XYZ 28.3 21.83 71.83 -
YUV 130.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 130 113 222 0.41 0.49 0 0.13 249.36 0.62 0.66
Hex 82 71 DE 29 31 0 D F9 3E 42
Octal 202 161 336 51 61 0 15 371 76 102
Binary 10000010 1110001 11011110 101001 110001 0 1101 11111001 111110 1000010

Color Harmonies of #8271DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271DE

Black with #8271DE

Text Example


Text Example

White with #8271DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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