Html Css Color HEX #726DF8 Medium Slate Blue

📋 copy color: '#726DF8'

red 114 ◦ green 109 ◦ blue 248

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

Shades of Medium Slate Blue #726DF8

Tints of Medium Slate Blue #726DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 24.2%
G = 23.14%
B = 52.65%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#726DF8 (or 0x726DF8) is known color: Medium Slate Blue. HEX triplet: 72, 6D and F8. RGB value is (114,109,248). Sum of RGB (Red+Green+Blue) = 114+109+248=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #726DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DF8 is #8D9207. Grayscale: #7D7D7D. Windows color (decimal): -9277960 or 16280946. OLE color: 16280946.

HSL color Cylindrical-coordinate representation of color #726DF8: hue angle of 242.16º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726DF8 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 109 248 -
CMYK 0.54 0.56 0 0.03
HSL 242.16º 0.91% 0.7% -
HSV(B) 242.16º 0.56% 0.97% -
XYZ 29.35 21.29 91.37 -
YUV 126.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 114 109 248 0.54 0.56 0 0.03 242.16 0.91 0.7
Hex 72 6D F8 36 38 0 3 F2 5B 46
Octal 162 155 370 66 70 0 3 362 133 106
Binary 1110010 1101101 11111000 110110 111000 0 11 11110010 1011011 1000110

Color Harmonies of #726DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DF8

Black with #726DF8

Text Example


Text Example

White with #726DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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