Html Css Color HEX #727AE5 Medium Slate Blue

📋 copy color: '#727AE5'

red 114 ◦ green 122 ◦ blue 229

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

Shades of Medium Slate Blue #727AE5

Tints of Medium Slate Blue #727AE5

RGB

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

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

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

R = 24.52%
G = 26.24%
B = 49.25%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#727AE5 (or 0x727AE5) is known color: Medium Slate Blue. HEX triplet: 72, 7A and E5. RGB value is (114,122,229). Sum of RGB (Red+Green+Blue) = 114+122+229=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #727AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AE5 is #8D851A. Grayscale: #838383. Windows color (decimal): -9274651 or 15039090. OLE color: 15039090.

HSL color Cylindrical-coordinate representation of color #727AE5: hue angle of 235.83º 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 #727AE5 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 122 229 -
CMYK 0.50 0.47 0 0.10
HSL 235.83º 0.69% 0.67% -
HSV(B) 235.83º 0.5% 0.9% -
XYZ 28.04 23.15 77.12 -
YUV 131.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 114 122 229 0.50 0.47 0 0.10 235.83 0.69 0.67
Hex 72 7A E5 32 2F 0 A EC 45 43
Octal 162 172 345 62 57 0 12 354 105 103
Binary 1110010 1111010 11100101 110010 101111 0 1010 11101100 1000101 1000011

Color Harmonies of #727AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AE5

Black with #727AE5

Text Example


Text Example

White with #727AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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