Html Css Color HEX #727EEF Medium Slate Blue

📋 copy color: '#727EEF'

red 114 ◦ green 126 ◦ blue 239

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

Shades of Medium Slate Blue #727EEF

Tints of Medium Slate Blue #727EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.3%

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

R = 23.8%
G = 26.3%
B = 49.9%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#727EEF (or 0x727EEF) is known color: Medium Slate Blue. HEX triplet: 72, 7E and EF. RGB value is (114,126,239). Sum of RGB (Red+Green+Blue) = 114+126+239=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #727EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EEF is #8D8110. Grayscale: #868686. Windows color (decimal): -9273617 or 15695474. OLE color: 15695474.

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

Color convert

RGB 114 126 239 -
CMYK 0.52 0.47 0 0.06
HSL 234.24º 0.8% 0.69% -
HSV(B) 234.24º 0.52% 0.94% -
XYZ 29.98 24.73 84.85 -
YUV 135.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 114 126 239 0.52 0.47 0 0.06 234.24 0.8 0.69
Hex 72 7E EF 34 2F 0 6 EA 50 45
Octal 162 176 357 64 57 0 6 352 120 105
Binary 1110010 1111110 11101111 110100 101111 0 110 11101010 1010000 1000101

Color Harmonies of #727EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EEF

Black with #727EEF

Text Example


Text Example

White with #727EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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