Html Css Color HEX #8261ED Medium Slate Blue

📋 copy color: '#8261ED'

red 130 ◦ green 97 ◦ blue 237

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

Shades of Medium Slate Blue #8261ED

Tints of Medium Slate Blue #8261ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 28.02%
G = 20.91%
B = 51.08%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8261ED (or 0x8261ED) is known color: Medium Slate Blue. HEX triplet: 82, 61 and ED. RGB value is (130,97,237). Sum of RGB (Red+Green+Blue) = 130+97+237=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #8261ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8261ED is #7D9E12. Grayscale: #7A7A7A. Windows color (decimal): -8232467 or 15556994. OLE color: 15556994.

HSL color Cylindrical-coordinate representation of color #8261ED: hue angle of 254.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8261ED is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 97 237 -
CMYK 0.45 0.59 0 0.07
HSL 254.14º 0.8% 0.65% -
HSV(B) 254.14º 0.59% 0.93% -
XYZ 28.77 19.41 82.35 -
YUV 122.83 192.43 133.12 -
System Red Green Blue C M Y K H S L
Decimal 130 97 237 0.45 0.59 0 0.07 254.14 0.8 0.65
Hex 82 61 ED 2D 3B 0 7 FE 50 41
Octal 202 141 355 55 73 0 7 376 120 101
Binary 10000010 1100001 11101101 101101 111011 0 111 11111110 1010000 1000001

Color Harmonies of #8261ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8261ED

Black with #8261ED

Text Example


Text Example

White with #8261ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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