Html Css Color HEX #726EDC Medium Slate Blue

📋 copy color: '#726EDC'

red 114 ◦ green 110 ◦ blue 220

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

Shades of Medium Slate Blue #726EDC

Tints of Medium Slate Blue #726EDC

RGB

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

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

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

R = 25.68%
G = 24.77%
B = 49.55%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#726EDC (or 0x726EDC) is known color: Medium Slate Blue. HEX triplet: 72, 6E and DC. RGB value is (114,110,220). Sum of RGB (Red+Green+Blue) = 114+110+220=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #726EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EDC is #8D9123. Grayscale: #7B7B7B. Windows color (decimal): -9277732 or 14446194. OLE color: 14446194.

HSL color Cylindrical-coordinate representation of color #726EDC: hue angle of 242.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726EDC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 110 220 -
CMYK 0.48 0.50 0 0.14
HSL 242.18º 0.61% 0.65% -
HSV(B) 242.18º 0.5% 0.86% -
XYZ 25.43 19.9 70.21 -
YUV 123.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 114 110 220 0.48 0.50 0 0.14 242.18 0.61 0.65
Hex 72 6E DC 30 32 0 E F2 3D 41
Octal 162 156 334 60 62 0 16 362 75 101
Binary 1110010 1101110 11011100 110000 110010 0 1110 11110010 111101 1000001

Color Harmonies of #726EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EDC

Black with #726EDC

Text Example


Text Example

White with #726EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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