Html Css Color HEX #726EDB Medium Slate Blue

📋 copy color: '#726EDB'

red 114 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #726EDB

Tints of Medium Slate Blue #726EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 25.73%
G = 24.83%
B = 49.44%

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

#726EDB (or 0x726EDB) is known color: Medium Slate Blue. HEX triplet: 72, 6E and DB. RGB value is (114,110,219). Sum of RGB (Red+Green+Blue) = 114+110+219=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #726EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EDB is #8D9124. Grayscale: #7B7B7B. Windows color (decimal): -9277733 or 14380658. OLE color: 14380658.

HSL color Cylindrical-coordinate representation of color #726EDB: hue angle of 242.2º degrees, saturation: 0.6, 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 #726EDB is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 110 219 -
CMYK 0.48 0.50 0 0.14
HSL 242.2º 0.6% 0.65% -
HSV(B) 242.2º 0.5% 0.86% -
XYZ 25.3 19.84 69.51 -
YUV 123.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 114 110 219 0.48 0.50 0 0.14 242.2 0.6 0.65
Hex 72 6E DB 30 32 0 E F2 3C 41
Octal 162 156 333 60 62 0 16 362 74 101
Binary 1110010 1101110 11011011 110000 110010 0 1110 11110010 111100 1000001

Color Harmonies of #726EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EDB

Black with #726EDB

Text Example


Text Example

White with #726EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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