Html Css Color HEX #727EE7 Medium Slate Blue

📋 copy color: '#727EE7'

red 114 ◦ green 126 ◦ blue 231

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

Shades of Medium Slate Blue #727EE7

Tints of Medium Slate Blue #727EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 24.2%
G = 26.75%
B = 49.04%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#727EE7 (or 0x727EE7) is known color: Medium Slate Blue. HEX triplet: 72, 7E and E7. RGB value is (114,126,231). Sum of RGB (Red+Green+Blue) = 114+126+231=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #727EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EE7 is #8D8118. Grayscale: #858585. Windows color (decimal): -9273625 or 15171186. OLE color: 15171186.

HSL color Cylindrical-coordinate representation of color #727EE7: hue angle of 233.85º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #727EE7 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 126 231 -
CMYK 0.51 0.45 0 0.09
HSL 233.85º 0.71% 0.68% -
HSV(B) 233.85º 0.51% 0.91% -
XYZ 28.82 24.27 78.77 -
YUV 134.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 114 126 231 0.51 0.45 0 0.09 233.85 0.71 0.68
Hex 72 7E E7 33 2D 0 9 EA 47 44
Octal 162 176 347 63 55 0 11 352 107 104
Binary 1110010 1111110 11100111 110011 101101 0 1001 11101010 1000111 1000100

Color Harmonies of #727EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EE7

Black with #727EE7

Text Example


Text Example

White with #727EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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