Html Css Color HEX #726DF4 Medium Slate Blue

📋 copy color: '#726DF4'

red 114 ◦ green 109 ◦ blue 244

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

Shades of Medium Slate Blue #726DF4

Tints of Medium Slate Blue #726DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.25%

R = 24.41%
G = 23.34%
B = 52.25%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#726DF4 (or 0x726DF4) is known color: Medium Slate Blue. HEX triplet: 72, 6D and F4. RGB value is (114,109,244). Sum of RGB (Red+Green+Blue) = 114+109+244=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #726DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DF4 is #8D920B. Grayscale: #7D7D7D. Windows color (decimal): -9277964 or 16018802. OLE color: 16018802.

HSL color Cylindrical-coordinate representation of color #726DF4: hue angle of 242.22º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726DF4 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 109 244 -
CMYK 0.53 0.55 0 0.04
HSL 242.22º 0.86% 0.69% -
HSV(B) 242.22º 0.55% 0.96% -
XYZ 28.74 21.05 88.14 -
YUV 125.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 114 109 244 0.53 0.55 0 0.04 242.22 0.86 0.69
Hex 72 6D F4 35 37 0 4 F2 56 45
Octal 162 155 364 65 67 0 4 362 126 105
Binary 1110010 1101101 11110100 110101 110111 0 100 11110010 1010110 1000101

Color Harmonies of #726DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DF4

Black with #726DF4

Text Example


Text Example

White with #726DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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