Html Css Color HEX #8276EC Medium Slate Blue

📋 copy color: '#8276EC'

red 130 ◦ green 118 ◦ blue 236

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

Shades of Medium Slate Blue #8276EC

Tints of Medium Slate Blue #8276EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.38%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 26.86%
G = 24.38%
B = 48.76%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8276EC (or 0x8276EC) is known color: Medium Slate Blue. HEX triplet: 82, 76 and EC. RGB value is (130,118,236). Sum of RGB (Red+Green+Blue) = 130+118+236=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #8276EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8276EC is #7D8913. Grayscale: #868686. Windows color (decimal): -8227092 or 15496834. OLE color: 15496834.

HSL color Cylindrical-coordinate representation of color #8276EC: hue angle of 246.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8276EC is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 118 236 -
CMYK 0.45 0.5 0 0.07
HSL 246.1º 0.76% 0.69% -
HSV(B) 246.1º 0.5% 0.93% -
XYZ 30.82 23.76 82.32 -
YUV 135.04 184.98 124.41 -
System Red Green Blue C M Y K H S L
Decimal 130 118 236 0.45 0.5 0 0.07 246.1 0.76 0.69
Hex 82 76 EC 2D 32 0 7 F6 4C 45
Octal 202 166 354 55 62 0 7 366 114 105
Binary 10000010 1110110 11101100 101101 110010 0 111 11110110 1001100 1000101

Color Harmonies of #8276EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8276EC

Black with #8276EC

Text Example


Text Example

White with #8276EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8276EC; }

 p { color: rgb(130,118,236); }

 H1.HeaderClassName
 {
   color: #8276EC;
 }
 .AnyTagClassName
 {
   color: #8276EC;
 }
</style>

background-color css

<style>
 a { background-color: #8276EC; }

 a { background-color: rgb(130,118,236); }

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

border-color css

<style>
 span { border-color: #8276EC; }

 span { border-color: rgb(130,118,236); }

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