Html Css Color HEX #8273EC Medium Slate Blue

📋 copy color: '#8273EC'

red 130 ◦ green 115 ◦ blue 236

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

Shades of Medium Slate Blue #8273EC

Tints of Medium Slate Blue #8273EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.91%

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

R = 27.03%
G = 23.91%
B = 49.06%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8273EC (or 0x8273EC) is known color: Medium Slate Blue. HEX triplet: 82, 73 and EC. RGB value is (130,115,236). Sum of RGB (Red+Green+Blue) = 130+115+236=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8273EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273EC is #7D8C13. Grayscale: #848484. Windows color (decimal): -8227860 or 15496066. OLE color: 15496066.

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

Color convert

RGB 130 115 236 -
CMYK 0.45 0.51 0 0.07
HSL 247.44º 0.76% 0.69% -
HSV(B) 247.44º 0.51% 0.93% -
XYZ 30.48 23.06 82.2 -
YUV 133.28 185.97 125.66 -
System Red Green Blue C M Y K H S L
Decimal 130 115 236 0.45 0.51 0 0.07 247.44 0.76 0.69
Hex 82 73 EC 2D 33 0 7 F7 4C 45
Octal 202 163 354 55 63 0 7 367 114 105
Binary 10000010 1110011 11101100 101101 110011 0 111 11110111 1001100 1000101

Color Harmonies of #8273EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273EC

Black with #8273EC

Text Example


Text Example

White with #8273EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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