Html Css Color HEX #727FE4 Medium Slate Blue

📋 copy color: '#727FE4'

red 114 ◦ green 127 ◦ blue 228

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

Shades of Medium Slate Blue #727FE4

Tints of Medium Slate Blue #727FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.61%

R = 24.31%
G = 27.08%
B = 48.61%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#727FE4 (or 0x727FE4) is known color: Medium Slate Blue. HEX triplet: 72, 7F and E4. RGB value is (114,127,228). Sum of RGB (Red+Green+Blue) = 114+127+228=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #727FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FE4 is #8D801B. Grayscale: #868686. Windows color (decimal): -9273372 or 14974834. OLE color: 14974834.

HSL color Cylindrical-coordinate representation of color #727FE4: hue angle of 233.16º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727FE4 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 127 228 -
CMYK 0.50 0.44 0 0.11
HSL 233.16º 0.68% 0.67% -
HSV(B) 233.16º 0.5% 0.89% -
XYZ 28.53 24.36 76.6 -
YUV 134.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 114 127 228 0.50 0.44 0 0.11 233.16 0.68 0.67
Hex 72 7F E4 32 2C 0 B E9 44 43
Octal 162 177 344 62 54 0 13 351 104 103
Binary 1110010 1111111 11100100 110010 101100 0 1011 11101001 1000100 1000011

Color Harmonies of #727FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FE4

Black with #727FE4

Text Example


Text Example

White with #727FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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