Html Css Color HEX #727AE2 Medium Slate Blue

📋 copy color: '#727AE2'

red 114 ◦ green 122 ◦ blue 226

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

Shades of Medium Slate Blue #727AE2

Tints of Medium Slate Blue #727AE2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

 BLUE value IS 226 (88.67% from 255) = 48.92%

R = 24.68%
G = 26.41%
B = 48.92%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#727AE2 (or 0x727AE2) is known color: Medium Slate Blue. HEX triplet: 72, 7A and E2. RGB value is (114,122,226). Sum of RGB (Red+Green+Blue) = 114+122+226=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #727AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AE2 is #8D851D. Grayscale: #838383. Windows color (decimal): -9274654 or 14842482. OLE color: 14842482.

HSL color Cylindrical-coordinate representation of color #727AE2: hue angle of 235.71º degrees, saturation: 0.66, 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 #727AE2 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 122 226 -
CMYK 0.50 0.46 0 0.11
HSL 235.71º 0.66% 0.67% -
HSV(B) 235.71º 0.5% 0.89% -
XYZ 27.63 22.99 74.93 -
YUV 131.46 181.35 115.54 -
System Red Green Blue C M Y K H S L
Decimal 114 122 226 0.50 0.46 0 0.11 235.71 0.66 0.67
Hex 72 7A E2 32 2E 0 B EC 42 43
Octal 162 172 342 62 56 0 13 354 102 103
Binary 1110010 1111010 11100010 110010 101110 0 1011 11101100 1000010 1000011

Color Harmonies of #727AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AE2

Black with #727AE2

Text Example


Text Example

White with #727AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,122,226); }

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

background-color css

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

 a { background-color: rgb(114,122,226); }

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

border-color css

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

 span { border-color: rgb(114,122,226); }

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