Html Css Color HEX #727FE5 Medium Slate Blue

📋 copy color: '#727FE5'

red 114 ◦ green 127 ◦ blue 229

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

Shades of Medium Slate Blue #727FE5

Tints of Medium Slate Blue #727FE5

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 229 (89.84% from 255) = 48.72%

R = 24.26%
G = 27.02%
B = 48.72%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#727FE5 (or 0x727FE5) is known color: Medium Slate Blue. HEX triplet: 72, 7F and E5. RGB value is (114,127,229). Sum of RGB (Red+Green+Blue) = 114+127+229=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #727FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FE5 is #8D801A. Grayscale: #868686. Windows color (decimal): -9273371 or 15040370. OLE color: 15040370.

HSL color Cylindrical-coordinate representation of color #727FE5: hue angle of 233.22º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727FE5 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 127 229 -
CMYK 0.50 0.45 0 0.10
HSL 233.22º 0.69% 0.67% -
HSV(B) 233.22º 0.5% 0.9% -
XYZ 28.67 24.41 77.33 -
YUV 134.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 114 127 229 0.50 0.45 0 0.10 233.22 0.69 0.67
Hex 72 7F E5 32 2D 0 A E9 45 43
Octal 162 177 345 62 55 0 12 351 105 103
Binary 1110010 1111111 11100101 110010 101101 0 1010 11101001 1000101 1000011

Color Harmonies of #727FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FE5

Black with #727FE5

Text Example


Text Example

White with #727FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,127,229); }

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

background-color css

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

 a { background-color: rgb(114,127,229); }

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

border-color css

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

 span { border-color: rgb(114,127,229); }

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