Html Css Color HEX #726FDB Medium Slate Blue

📋 copy color: '#726FDB'

red 114 ◦ green 111 ◦ blue 219

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

Shades of Medium Slate Blue #726FDB

Tints of Medium Slate Blue #726FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25%

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

R = 25.68%
G = 25%
B = 49.32%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#726FDB (or 0x726FDB) is known color: Medium Slate Blue. HEX triplet: 72, 6F and DB. RGB value is (114,111,219). Sum of RGB (Red+Green+Blue) = 114+111+219=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #726FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FDB is #8D9024. Grayscale: #7B7B7B. Windows color (decimal): -9277477 or 14380914. OLE color: 14380914.

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

Color convert

RGB 114 111 219 -
CMYK 0.48 0.49 0 0.14
HSL 241.67º 0.6% 0.65% -
HSV(B) 241.67º 0.49% 0.86% -
XYZ 25.41 20.06 69.55 -
YUV 124.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 114 111 219 0.48 0.49 0 0.14 241.67 0.6 0.65
Hex 72 6F DB 30 31 0 E F2 3C 41
Octal 162 157 333 60 61 0 16 362 74 101
Binary 1110010 1101111 11011011 110000 110001 0 1110 11110010 111100 1000001

Color Harmonies of #726FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FDB

Black with #726FDB

Text Example


Text Example

White with #726FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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