Html Css Color HEX #727DEF Medium Slate Blue

📋 copy color: '#727DEF'

red 114 ◦ green 125 ◦ blue 239

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

Shades of Medium Slate Blue #727DEF

Tints of Medium Slate Blue #727DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 23.85%
G = 26.15%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#727DEF (or 0x727DEF) is known color: Medium Slate Blue. HEX triplet: 72, 7D and EF. RGB value is (114,125,239). Sum of RGB (Red+Green+Blue) = 114+125+239=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #727DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DEF is #8D8210. Grayscale: #868686. Windows color (decimal): -9273873 or 15695218. OLE color: 15695218.

HSL color Cylindrical-coordinate representation of color #727DEF: hue angle of 234.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727DEF is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 125 239 -
CMYK 0.52 0.48 0 0.06
HSL 234.72º 0.8% 0.69% -
HSV(B) 234.72º 0.52% 0.94% -
XYZ 29.85 24.48 84.81 -
YUV 134.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 114 125 239 0.52 0.48 0 0.06 234.72 0.8 0.69
Hex 72 7D EF 34 30 0 6 EB 50 45
Octal 162 175 357 64 60 0 6 353 120 105
Binary 1110010 1111101 11101111 110100 110000 0 110 11101011 1010000 1000101

Color Harmonies of #727DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DEF

Black with #727DEF

Text Example


Text Example

White with #727DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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