Html Css Color HEX #727FEC Medium Slate Blue

📋 copy color: '#727FEC'

red 114 ◦ green 127 ◦ blue 236

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

Shades of Medium Slate Blue #727FEC

Tints of Medium Slate Blue #727FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 23.9%
G = 26.62%
B = 49.48%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#727FEC (or 0x727FEC) is known color: Medium Slate Blue. HEX triplet: 72, 7F and EC. RGB value is (114,127,236). Sum of RGB (Red+Green+Blue) = 114+127+236=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #727FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FEC is #8D8013. Grayscale: #878787. Windows color (decimal): -9273364 or 15499122. OLE color: 15499122.

HSL color Cylindrical-coordinate representation of color #727FEC: hue angle of 233.61º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727FEC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 127 236 -
CMYK 0.52 0.46 0 0.07
HSL 233.61º 0.76% 0.69% -
HSV(B) 233.61º 0.52% 0.93% -
XYZ 29.67 24.81 82.58 -
YUV 135.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 114 127 236 0.52 0.46 0 0.07 233.61 0.76 0.69
Hex 72 7F EC 34 2E 0 7 EA 4C 45
Octal 162 177 354 64 56 0 7 352 114 105
Binary 1110010 1111111 11101100 110100 101110 0 111 11101010 1001100 1000101

Color Harmonies of #727FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FEC

Black with #727FEC

Text Example


Text Example

White with #727FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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