Html Css Color HEX #726EDD Medium Slate Blue

📋 copy color: '#726EDD'

red 114 ◦ green 110 ◦ blue 221

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

Shades of Medium Slate Blue #726EDD

Tints of Medium Slate Blue #726EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 25.62%
G = 24.72%
B = 49.66%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#726EDD (or 0x726EDD) is known color: Medium Slate Blue. HEX triplet: 72, 6E and DD. RGB value is (114,110,221). Sum of RGB (Red+Green+Blue) = 114+110+221=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #726EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EDD is #8D9122. Grayscale: #7B7B7B. Windows color (decimal): -9277731 or 14511730. OLE color: 14511730.

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

Color convert

RGB 114 110 221 -
CMYK 0.48 0.50 0 0.13
HSL 242.16º 0.62% 0.65% -
HSV(B) 242.16º 0.5% 0.87% -
XYZ 25.57 19.95 70.91 -
YUV 123.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 114 110 221 0.48 0.50 0 0.13 242.16 0.62 0.65
Hex 72 6E DD 30 32 0 D F2 3E 41
Octal 162 156 335 60 62 0 15 362 76 101
Binary 1110010 1101110 11011101 110000 110010 0 1101 11110010 111110 1000001

Color Harmonies of #726EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EDD

Black with #726EDD

Text Example


Text Example

White with #726EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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