Html Css Color HEX #8261DC Medium Slate Blue

📋 copy color: '#8261DC'

red 130 ◦ green 97 ◦ blue 220

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

Shades of Medium Slate Blue #8261DC

Tints of Medium Slate Blue #8261DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

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

R = 29.08%
G = 21.7%
B = 49.22%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8261DC (or 0x8261DC) is known color: Medium Slate Blue. HEX triplet: 82, 61 and DC. RGB value is (130,97,220). Sum of RGB (Red+Green+Blue) = 130+97+220=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #8261DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8261DC is #7D9E23. Grayscale: #787878. Windows color (decimal): -8232484 or 14442882. OLE color: 14442882.

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

Color convert

RGB 130 97 220 -
CMYK 0.41 0.56 0 0.14
HSL 256.1º 0.64% 0.62% -
HSV(B) 256.1º 0.56% 0.86% -
XYZ 26.4 18.46 69.88 -
YUV 120.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 130 97 220 0.41 0.56 0 0.14 256.1 0.64 0.62
Hex 82 61 DC 29 38 0 E 100 40 3E
Octal 202 141 334 51 70 0 16 400 100 76
Binary 10000010 1100001 11011100 101001 111000 0 1110 100000000 1000000 111110

Color Harmonies of #8261DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8261DC

Black with #8261DC

Text Example


Text Example

White with #8261DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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