Html Css Color HEX #726DEC Medium Slate Blue

📋 copy color: '#726DEC'

red 114 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #726DEC

Tints of Medium Slate Blue #726DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.75%

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

R = 24.84%
G = 23.75%
B = 51.42%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#726DEC (or 0x726DEC) is known color: Medium Slate Blue. HEX triplet: 72, 6D and EC. RGB value is (114,109,236). Sum of RGB (Red+Green+Blue) = 114+109+236=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #726DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DEC is #8D9213. Grayscale: #7C7C7C. Windows color (decimal): -9277972 or 15494514. OLE color: 15494514.

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

Color convert

RGB 114 109 236 -
CMYK 0.52 0.54 0 0.07
HSL 242.36º 0.77% 0.68% -
HSV(B) 242.36º 0.54% 0.93% -
XYZ 27.55 20.57 81.88 -
YUV 124.97 190.66 120.17 -
System Red Green Blue C M Y K H S L
Decimal 114 109 236 0.52 0.54 0 0.07 242.36 0.77 0.68
Hex 72 6D EC 34 36 0 7 F2 4D 44
Octal 162 155 354 64 66 0 7 362 115 104
Binary 1110010 1101101 11101100 110100 110110 0 111 11110010 1001101 1000100

Color Harmonies of #726DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DEC

Black with #726DEC

Text Example


Text Example

White with #726DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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