Html Css Color HEX #726CF7 Medium Slate Blue

📋 copy color: '#726CF7'

red 114 ◦ green 108 ◦ blue 247

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

Shades of Medium Slate Blue #726CF7

Tints of Medium Slate Blue #726CF7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

 BLUE value IS 247 (96.88% from 255) = 52.67%

R = 24.31%
G = 23.03%
B = 52.67%

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

#726CF7 (or 0x726CF7) is known color: Medium Slate Blue. HEX triplet: 72, 6C and F7. RGB value is (114,108,247). Sum of RGB (Red+Green+Blue) = 114+108+247=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #726CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CF7 is #8D9308. Grayscale: #7D7D7D. Windows color (decimal): -9278217 or 16215154. OLE color: 16215154.

HSL color Cylindrical-coordinate representation of color #726CF7: hue angle of 242.59º degrees, saturation: 0.9, 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 #726CF7 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 108 247 -
CMYK 0.54 0.56 0 0.03
HSL 242.59º 0.9% 0.7% -
HSV(B) 242.59º 0.56% 0.97% -
XYZ 29.09 21.02 90.52 -
YUV 125.64 196.49 119.7 -
System Red Green Blue C M Y K H S L
Decimal 114 108 247 0.54 0.56 0 0.03 242.59 0.9 0.7
Hex 72 6C F7 36 38 0 3 F3 5A 46
Octal 162 154 367 66 70 0 3 363 132 106
Binary 1110010 1101100 11110111 110110 111000 0 11 11110011 1011010 1000110

Color Harmonies of #726CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CF7

Black with #726CF7

Text Example


Text Example

White with #726CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,108,247); }

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

background-color css

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

 a { background-color: rgb(114,108,247); }

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

border-color css

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

 span { border-color: rgb(114,108,247); }

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