Html Css Color HEX #727AEC Medium Slate Blue

📋 copy color: '#727AEC'

red 114 ◦ green 122 ◦ blue 236

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

Shades of Medium Slate Blue #727AEC

Tints of Medium Slate Blue #727AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 24.15%
G = 25.85%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#727AEC (or 0x727AEC) is known color: Medium Slate Blue. HEX triplet: 72, 7A and EC. RGB value is (114,122,236). Sum of RGB (Red+Green+Blue) = 114+122+236=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #727AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727AEC is #8D8513. Grayscale: #848484. Windows color (decimal): -9274644 or 15497842. OLE color: 15497842.

HSL color Cylindrical-coordinate representation of color #727AEC: hue angle of 236.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727AEC is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 122 236 -
CMYK 0.52 0.48 0 0.07
HSL 236.07º 0.76% 0.69% -
HSV(B) 236.07º 0.52% 0.93% -
XYZ 29.04 23.55 82.37 -
YUV 132.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 114 122 236 0.52 0.48 0 0.07 236.07 0.76 0.69
Hex 72 7A EC 34 30 0 7 EC 4C 45
Octal 162 172 354 64 60 0 7 354 114 105
Binary 1110010 1111010 11101100 110100 110000 0 111 11101100 1001100 1000101

Color Harmonies of #727AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AEC

Black with #727AEC

Text Example


Text Example

White with #727AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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