Html Css Color HEX #726EDE Medium Slate Blue

📋 copy color: '#726EDE'

red 114 ◦ green 110 ◦ blue 222

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

Shades of Medium Slate Blue #726EDE

Tints of Medium Slate Blue #726EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 25.56%
G = 24.66%
B = 49.78%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#726EDE (or 0x726EDE) is known color: Medium Slate Blue. HEX triplet: 72, 6E and DE. RGB value is (114,110,222). Sum of RGB (Red+Green+Blue) = 114+110+222=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #726EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EDE is #8D9121. Grayscale: #7B7B7B. Windows color (decimal): -9277730 or 14577266. OLE color: 14577266.

HSL color Cylindrical-coordinate representation of color #726EDE: hue angle of 242.14º degrees, saturation: 0.63, 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 #726EDE is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 110 222 -
CMYK 0.49 0.50 0 0.13
HSL 242.14º 0.63% 0.65% -
HSV(B) 242.14º 0.5% 0.87% -
XYZ 25.7 20 71.61 -
YUV 123.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 114 110 222 0.49 0.50 0 0.13 242.14 0.63 0.65
Hex 72 6E DE 31 32 0 D F2 3F 41
Octal 162 156 336 61 62 0 15 362 77 101
Binary 1110010 1101110 11011110 110001 110010 0 1101 11110010 111111 1000001

Color Harmonies of #726EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EDE

Black with #726EDE

Text Example


Text Example

White with #726EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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