Html Css Color HEX #727CEA Medium Slate Blue

📋 copy color: '#727CEA'

red 114 ◦ green 124 ◦ blue 234

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

Shades of Medium Slate Blue #727CEA

Tints of Medium Slate Blue #727CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.27%

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 24.15%
G = 26.27%
B = 49.58%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#727CEA (or 0x727CEA) is known color: Medium Slate Blue. HEX triplet: 72, 7C and EA. RGB value is (114,124,234). Sum of RGB (Red+Green+Blue) = 114+124+234=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #727CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CEA is #8D8315. Grayscale: #858585. Windows color (decimal): -9274134 or 15367282. OLE color: 15367282.

HSL color Cylindrical-coordinate representation of color #727CEA: hue angle of 235º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #727CEA is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 124 234 -
CMYK 0.51 0.47 0 0.08
HSL 235º 0.74% 0.68% -
HSV(B) 235º 0.51% 0.92% -
XYZ 29 23.93 80.93 -
YUV 133.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 114 124 234 0.51 0.47 0 0.08 235 0.74 0.68
Hex 72 7C EA 33 2F 0 8 EB 4A 44
Octal 162 174 352 63 57 0 10 353 112 104
Binary 1110010 1111100 11101010 110011 101111 0 1000 11101011 1001010 1000100

Color Harmonies of #727CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CEA

Black with #727CEA

Text Example


Text Example

White with #727CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,234); }

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

background-color css

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

 a { background-color: rgb(114,124,234); }

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

border-color css

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

 span { border-color: rgb(114,124,234); }

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