Html Css Color HEX #726AEC Medium Slate Blue

📋 copy color: '#726AEC'

red 114 ◦ green 106 ◦ blue 236

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

Shades of Medium Slate Blue #726AEC

Tints of Medium Slate Blue #726AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.25%

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

R = 25%
G = 23.25%
B = 51.75%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#726AEC (or 0x726AEC) is known color: Medium Slate Blue. HEX triplet: 72, 6A and EC. RGB value is (114,106,236). Sum of RGB (Red+Green+Blue) = 114+106+236=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #726AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AEC is #8D9513. Grayscale: #7A7A7A. Windows color (decimal): -9278740 or 15493746. OLE color: 15493746.

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

Color convert

RGB 114 106 236 -
CMYK 0.52 0.55 0 0.07
HSL 243.69º 0.77% 0.67% -
HSV(B) 243.69º 0.55% 0.93% -
XYZ 27.23 19.94 81.77 -
YUV 123.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 114 106 236 0.52 0.55 0 0.07 243.69 0.77 0.67
Hex 72 6A EC 34 37 0 7 F4 4D 43
Octal 162 152 354 64 67 0 7 364 115 103
Binary 1110010 1101010 11101100 110100 110111 0 111 11110100 1001101 1000011

Color Harmonies of #726AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AEC

Black with #726AEC

Text Example


Text Example

White with #726AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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