Html Css Color HEX #727DEC Medium Slate Blue

📋 copy color: '#727DEC'

red 114 ◦ green 125 ◦ blue 236

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

Shades of Medium Slate Blue #727DEC

Tints of Medium Slate Blue #727DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

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

R = 24%
G = 26.32%
B = 49.68%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#727DEC (or 0x727DEC) is known color: Medium Slate Blue. HEX triplet: 72, 7D and EC. RGB value is (114,125,236). Sum of RGB (Red+Green+Blue) = 114+125+236=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #727DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DEC is #8D8213. Grayscale: #858585. Windows color (decimal): -9273876 or 15498610. OLE color: 15498610.

HSL color Cylindrical-coordinate representation of color #727DEC: hue angle of 234.59º 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 #727DEC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 125 236 -
CMYK 0.52 0.47 0 0.07
HSL 234.59º 0.76% 0.69% -
HSV(B) 234.59º 0.52% 0.93% -
XYZ 29.41 24.3 82.5 -
YUV 134.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 114 125 236 0.52 0.47 0 0.07 234.59 0.76 0.69
Hex 72 7D EC 34 2F 0 7 EB 4C 45
Octal 162 175 354 64 57 0 7 353 114 105
Binary 1110010 1111101 11101100 110100 101111 0 111 11101011 1001100 1000101

Color Harmonies of #727DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DEC

Black with #727DEC

Text Example


Text Example

White with #727DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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