Html Css Color HEX #726ADF Medium Slate Blue

📋 copy color: '#726ADF'

red 114 ◦ green 106 ◦ blue 223

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

Shades of Medium Slate Blue #726ADF

Tints of Medium Slate Blue #726ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 25.73%
G = 23.93%
B = 50.34%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#726ADF (or 0x726ADF) is known color: Medium Slate Blue. HEX triplet: 72, 6A and DF. RGB value is (114,106,223). Sum of RGB (Red+Green+Blue) = 114+106+223=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #726ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ADF is #8D9520. Grayscale: #797979. Windows color (decimal): -9278753 or 14641778. OLE color: 14641778.

HSL color Cylindrical-coordinate representation of color #726ADF: hue angle of 244.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726ADF is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 106 223 -
CMYK 0.49 0.52 0 0.13
HSL 244.1º 0.65% 0.65% -
HSV(B) 244.1º 0.52% 0.87% -
XYZ 25.41 19.21 72.18 -
YUV 121.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 114 106 223 0.49 0.52 0 0.13 244.1 0.65 0.65
Hex 72 6A DF 31 34 0 D F4 41 41
Octal 162 152 337 61 64 0 15 364 101 101
Binary 1110010 1101010 11011111 110001 110100 0 1101 11110100 1000001 1000001

Color Harmonies of #726ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ADF

Black with #726ADF

Text Example


Text Example

White with #726ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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