Html Css Color HEX #727FE7 Medium Slate Blue

📋 copy color: '#727FE7'

red 114 ◦ green 127 ◦ blue 231

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

Shades of Medium Slate Blue #727FE7

Tints of Medium Slate Blue #727FE7

RGB

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

 GREEN value IS 127 (50% from 255) = 26.91%

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

R = 24.15%
G = 26.91%
B = 48.94%

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

#727FE7 (or 0x727FE7) is known color: Medium Slate Blue. HEX triplet: 72, 7F and E7. RGB value is (114,127,231). Sum of RGB (Red+Green+Blue) = 114+127+231=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #727FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FE7 is #8D8018. Grayscale: #868686. Windows color (decimal): -9273369 or 15171442. OLE color: 15171442.

HSL color Cylindrical-coordinate representation of color #727FE7: hue angle of 233.33º 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 #727FE7 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 127 231 -
CMYK 0.51 0.45 0 0.09
HSL 233.33º 0.71% 0.68% -
HSV(B) 233.33º 0.51% 0.91% -
XYZ 28.95 24.53 78.81 -
YUV 134.97 182.19 113.04 -
System Red Green Blue C M Y K H S L
Decimal 114 127 231 0.51 0.45 0 0.09 233.33 0.71 0.68
Hex 72 7F E7 33 2D 0 9 E9 47 44
Octal 162 177 347 63 55 0 11 351 107 104
Binary 1110010 1111111 11100111 110011 101101 0 1001 11101001 1000111 1000100

Color Harmonies of #727FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FE7

Black with #727FE7

Text Example


Text Example

White with #727FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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