Html Css Color HEX #726EF6 Medium Slate Blue

📋 copy color: '#726EF6'

red 114 ◦ green 110 ◦ blue 246

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

Shades of Medium Slate Blue #726EF6

Tints of Medium Slate Blue #726EF6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 246 (96.48% from 255) = 52.34%

R = 24.26%
G = 23.4%
B = 52.34%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#726EF6 (or 0x726EF6) is known color: Medium Slate Blue. HEX triplet: 72, 6E and F6. RGB value is (114,110,246). Sum of RGB (Red+Green+Blue) = 114+110+246=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #726EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EF6 is #8D9109. Grayscale: #7E7E7E. Windows color (decimal): -9277706 or 16150130. OLE color: 16150130.

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

Color convert

RGB 114 110 246 -
CMYK 0.54 0.55 0 0.04
HSL 241.76º 0.88% 0.7% -
HSV(B) 241.76º 0.55% 0.96% -
XYZ 29.15 21.38 89.78 -
YUV 126.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 114 110 246 0.54 0.55 0 0.04 241.76 0.88 0.7
Hex 72 6E F6 36 37 0 4 F2 58 46
Octal 162 156 366 66 67 0 4 362 130 106
Binary 1110010 1101110 11110110 110110 110111 0 100 11110010 1011000 1000110

Color Harmonies of #726EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EF6

Black with #726EF6

Text Example


Text Example

White with #726EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,246); }

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

background-color css

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

 a { background-color: rgb(114,110,246); }

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

border-color css

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

 span { border-color: rgb(114,110,246); }

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