Html Css Color HEX #727FEA Medium Slate Blue

📋 copy color: '#727FEA'

red 114 ◦ green 127 ◦ blue 234

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

Shades of Medium Slate Blue #727FEA

Tints of Medium Slate Blue #727FEA

RGB

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

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

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

R = 24%
G = 26.74%
B = 49.26%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#727FEA (or 0x727FEA) is known color: Medium Slate Blue. HEX triplet: 72, 7F and EA. RGB value is (114,127,234). Sum of RGB (Red+Green+Blue) = 114+127+234=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #727FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FEA is #8D8015. Grayscale: #868686. Windows color (decimal): -9273366 or 15368050. OLE color: 15368050.

HSL color Cylindrical-coordinate representation of color #727FEA: hue angle of 233.5º 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 #727FEA is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 127 234 -
CMYK 0.51 0.46 0 0.08
HSL 233.5º 0.74% 0.68% -
HSV(B) 233.5º 0.51% 0.92% -
XYZ 29.38 24.7 81.06 -
YUV 135.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 114 127 234 0.51 0.46 0 0.08 233.5 0.74 0.68
Hex 72 7F EA 33 2E 0 8 EA 4A 44
Octal 162 177 352 63 56 0 10 352 112 104
Binary 1110010 1111111 11101010 110011 101110 0 1000 11101010 1001010 1000100

Color Harmonies of #727FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FEA

Black with #727FEA

Text Example


Text Example

White with #727FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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