Html Css Color HEX #727CE7 Medium Slate Blue

📋 copy color: '#727CE7'

red 114 ◦ green 124 ◦ blue 231

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

Shades of Medium Slate Blue #727CE7

Tints of Medium Slate Blue #727CE7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

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

R = 24.31%
G = 26.44%
B = 49.25%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#727CE7 (or 0x727CE7) is known color: Medium Slate Blue. HEX triplet: 72, 7C and E7. RGB value is (114,124,231). Sum of RGB (Red+Green+Blue) = 114+124+231=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #727CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CE7 is #8D8318. Grayscale: #848484. Windows color (decimal): -9274137 or 15170674. OLE color: 15170674.

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

Color convert

RGB 114 124 231 -
CMYK 0.51 0.46 0 0.09
HSL 234.87º 0.71% 0.68% -
HSV(B) 234.87º 0.51% 0.91% -
XYZ 28.57 23.76 78.68 -
YUV 133.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 114 124 231 0.51 0.46 0 0.09 234.87 0.71 0.68
Hex 72 7C E7 33 2E 0 9 EB 47 44
Octal 162 174 347 63 56 0 11 353 107 104
Binary 1110010 1111100 11100111 110011 101110 0 1001 11101011 1000111 1000100

Color Harmonies of #727CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CE7

Black with #727CE7

Text Example


Text Example

White with #727CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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