Html Css Color HEX #726EEB Medium Slate Blue

📋 copy color: '#726EEB'

red 114 ◦ green 110 ◦ blue 235

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

Shades of Medium Slate Blue #726EEB

Tints of Medium Slate Blue #726EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 24.84%
G = 23.97%
B = 51.2%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#726EEB (or 0x726EEB) is known color: Medium Slate Blue. HEX triplet: 72, 6E and EB. RGB value is (114,110,235). Sum of RGB (Red+Green+Blue) = 114+110+235=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #726EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EEB is #8D9114. Grayscale: #7C7C7C. Windows color (decimal): -9277717 or 15429234. OLE color: 15429234.

HSL color Cylindrical-coordinate representation of color #726EEB: hue angle of 241.92º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726EEB is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 110 235 -
CMYK 0.51 0.53 0 0.08
HSL 241.92º 0.76% 0.68% -
HSV(B) 241.92º 0.53% 0.92% -
XYZ 27.51 20.73 81.15 -
YUV 125.45 189.83 119.84 -
System Red Green Blue C M Y K H S L
Decimal 114 110 235 0.51 0.53 0 0.08 241.92 0.76 0.68
Hex 72 6E EB 33 35 0 8 F2 4C 44
Octal 162 156 353 63 65 0 10 362 114 104
Binary 1110010 1101110 11101011 110011 110101 0 1000 11110010 1001100 1000100

Color Harmonies of #726EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EEB

Black with #726EEB

Text Example


Text Example

White with #726EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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