Html Css Color HEX #726EEC Medium Slate Blue

📋 copy color: '#726EEC'

red 114 ◦ green 110 ◦ blue 236

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

Shades of Medium Slate Blue #726EEC

Tints of Medium Slate Blue #726EEC

RGB

 RED value IS 114 (44.92% from 255) = 24.78%

 GREEN value IS 110 (43.36% from 255) = 23.91%

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

R = 24.78%
G = 23.91%
B = 51.3%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#726EEC (or 0x726EEC) is known color: Medium Slate Blue. HEX triplet: 72, 6E and EC. RGB value is (114,110,236). Sum of RGB (Red+Green+Blue) = 114+110+236=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #726EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EEC is #8D9113. Grayscale: #7D7D7D. Windows color (decimal): -9277716 or 15494770. OLE color: 15494770.

HSL color Cylindrical-coordinate representation of color #726EEC: hue angle of 241.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726EEC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 110 236 -
CMYK 0.52 0.53 0 0.07
HSL 241.9º 0.77% 0.68% -
HSV(B) 241.9º 0.53% 0.93% -
XYZ 27.66 20.79 81.91 -
YUV 125.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 114 110 236 0.52 0.53 0 0.07 241.9 0.77 0.68
Hex 72 6E EC 34 35 0 7 F2 4D 44
Octal 162 156 354 64 65 0 7 362 115 104
Binary 1110010 1101110 11101100 110100 110101 0 111 11110010 1001101 1000100

Color Harmonies of #726EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EEC

Black with #726EEC

Text Example


Text Example

White with #726EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726EEC; }

 p { color: rgb(114,110,236); }

 H1.HeaderClassName
 {
   color: #726EEC;
 }
 .AnyTagClassName
 {
   color: #726EEC;
 }
</style>

background-color css

<style>
 a { background-color: #726EEC; }

 a { background-color: rgb(114,110,236); }

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

border-color css

<style>
 span { border-color: #726EEC; }

 span { border-color: rgb(114,110,236); }

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