Html Css Color HEX #727EEB Medium Slate Blue

📋 copy color: '#727EEB'

red 114 ◦ green 126 ◦ blue 235

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

Shades of Medium Slate Blue #727EEB

Tints of Medium Slate Blue #727EEB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.53%

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

R = 24%
G = 26.53%
B = 49.47%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#727EEB (or 0x727EEB) is known color: Medium Slate Blue. HEX triplet: 72, 7E and EB. RGB value is (114,126,235). Sum of RGB (Red+Green+Blue) = 114+126+235=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #727EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EEB is #8D8114. Grayscale: #868686. Windows color (decimal): -9273621 or 15433330. OLE color: 15433330.

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

Color convert

RGB 114 126 235 -
CMYK 0.51 0.46 0 0.08
HSL 234.05º 0.75% 0.68% -
HSV(B) 234.05º 0.51% 0.92% -
XYZ 29.4 24.5 81.78 -
YUV 134.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 114 126 235 0.51 0.46 0 0.08 234.05 0.75 0.68
Hex 72 7E EB 33 2E 0 8 EA 4B 44
Octal 162 176 353 63 56 0 10 352 113 104
Binary 1110010 1111110 11101011 110011 101110 0 1000 11101010 1001011 1000100

Color Harmonies of #727EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EEB

Black with #727EEB

Text Example


Text Example

White with #727EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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