Html Css Color HEX #726DFC Medium Slate Blue

📋 copy color: '#726DFC'

red 114 ◦ green 109 ◦ blue 252

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

Shades of Medium Slate Blue #726DFC

Tints of Medium Slate Blue #726DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 24%
G = 22.95%
B = 53.05%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#726DFC (or 0x726DFC) is known color: Medium Slate Blue. HEX triplet: 72, 6D and FC. RGB value is (114,109,252). Sum of RGB (Red+Green+Blue) = 114+109+252=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #726DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DFC is #8D9203. Grayscale: #7E7E7E. Windows color (decimal): -9277956 or 16543090. OLE color: 16543090.

HSL color Cylindrical-coordinate representation of color #726DFC: hue angle of 242.1º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #726DFC is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 109 252 -
CMYK 0.55 0.57 0 0.01
HSL 242.1º 0.96% 0.71% -
HSV(B) 242.1º 0.57% 0.99% -
XYZ 29.98 21.54 94.67 -
YUV 126.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 114 109 252 0.55 0.57 0 0.01 242.1 0.96 0.71
Hex 72 6D FC 37 39 0 1 F2 60 47
Octal 162 155 374 67 71 0 1 362 140 107
Binary 1110010 1101101 11111100 110111 111001 0 1 11110010 1100000 1000111

Color Harmonies of #726DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DFC

Black with #726DFC

Text Example


Text Example

White with #726DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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