Html Css Color HEX #727DEE Medium Slate Blue

📋 copy color: '#727DEE'

red 114 ◦ green 125 ◦ blue 238

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

Shades of Medium Slate Blue #727DEE

Tints of Medium Slate Blue #727DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 23.9%
G = 26.21%
B = 49.9%

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

#727DEE (or 0x727DEE) is known color: Medium Slate Blue. HEX triplet: 72, 7D and EE. RGB value is (114,125,238). Sum of RGB (Red+Green+Blue) = 114+125+238=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #727DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DEE is #8D8211. Grayscale: #868686. Windows color (decimal): -9273874 or 15629682. OLE color: 15629682.

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

Color convert

RGB 114 125 238 -
CMYK 0.52 0.47 0 0.07
HSL 234.68º 0.78% 0.69% -
HSV(B) 234.68º 0.52% 0.93% -
XYZ 29.71 24.42 84.04 -
YUV 134.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 114 125 238 0.52 0.47 0 0.07 234.68 0.78 0.69
Hex 72 7D EE 34 2F 0 7 EB 4E 45
Octal 162 175 356 64 57 0 7 353 116 105
Binary 1110010 1111101 11101110 110100 101111 0 111 11101011 1001110 1000101

Color Harmonies of #727DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DEE

Black with #727DEE

Text Example


Text Example

White with #727DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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