Html Css Color HEX #726EFC Medium Slate Blue

📋 copy color: '#726EFC'

red 114 ◦ green 110 ◦ blue 252

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

Shades of Medium Slate Blue #726EFC

Tints of Medium Slate Blue #726EFC

RGB

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

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

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

R = 23.95%
G = 23.11%
B = 52.94%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#726EFC (or 0x726EFC) is known color: Medium Slate Blue. HEX triplet: 72, 6E and FC. RGB value is (114,110,252). Sum of RGB (Red+Green+Blue) = 114+110+252=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #726EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EFC is #8D9103. Grayscale: #7E7E7E. Windows color (decimal): -9277700 or 16543346. OLE color: 16543346.

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

Color convert

RGB 114 110 252 -
CMYK 0.55 0.56 0 0.01
HSL 241.69º 0.96% 0.71% -
HSV(B) 241.69º 0.56% 0.99% -
XYZ 30.09 21.76 94.71 -
YUV 127.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 114 110 252 0.55 0.56 0 0.01 241.69 0.96 0.71
Hex 72 6E FC 37 38 0 1 F2 60 47
Octal 162 156 374 67 70 0 1 362 140 107
Binary 1110010 1101110 11111100 110111 111000 0 1 11110010 1100000 1000111

Color Harmonies of #726EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EFC

Black with #726EFC

Text Example


Text Example

White with #726EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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