Html Css Color HEX #726ADB Medium Slate Blue

📋 copy color: '#726ADB'

red 114 ◦ green 106 ◦ blue 219

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

Shades of Medium Slate Blue #726ADB

Tints of Medium Slate Blue #726ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.15%

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

R = 25.97%
G = 24.15%
B = 49.89%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#726ADB (or 0x726ADB) is known color: Medium Slate Blue. HEX triplet: 72, 6A and DB. RGB value is (114,106,219). Sum of RGB (Red+Green+Blue) = 114+106+219=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #726ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ADB is #8D9524. Grayscale: #787878. Windows color (decimal): -9278757 or 14379634. OLE color: 14379634.

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

Color convert

RGB 114 106 219 -
CMYK 0.48 0.52 0 0.14
HSL 244.25º 0.61% 0.64% -
HSV(B) 244.25º 0.52% 0.86% -
XYZ 24.88 19 69.37 -
YUV 121.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 114 106 219 0.48 0.52 0 0.14 244.25 0.61 0.64
Hex 72 6A DB 30 34 0 E F4 3D 40
Octal 162 152 333 60 64 0 16 364 75 100
Binary 1110010 1101010 11011011 110000 110100 0 1110 11110100 111101 1000000

Color Harmonies of #726ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ADB

Black with #726ADB

Text Example


Text Example

White with #726ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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