Html Css Color HEX #726AED Medium Slate Blue

📋 copy color: '#726AED'

red 114 ◦ green 106 ◦ blue 237

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

Shades of Medium Slate Blue #726AED

Tints of Medium Slate Blue #726AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 24.95%
G = 23.19%
B = 51.86%

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

#726AED (or 0x726AED) is known color: Medium Slate Blue. HEX triplet: 72, 6A and ED. RGB value is (114,106,237). Sum of RGB (Red+Green+Blue) = 114+106+237=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #726AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AED is #8D9512. Grayscale: #7A7A7A. Windows color (decimal): -9278739 or 15559282. OLE color: 15559282.

HSL color Cylindrical-coordinate representation of color #726AED: hue angle of 243.66º degrees, saturation: 0.78, 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 #726AED is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 106 237 -
CMYK 0.52 0.55 0 0.07
HSL 243.66º 0.78% 0.67% -
HSV(B) 243.66º 0.55% 0.93% -
XYZ 27.38 20 82.54 -
YUV 123.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 114 106 237 0.52 0.55 0 0.07 243.66 0.78 0.67
Hex 72 6A ED 34 37 0 7 F4 4E 43
Octal 162 152 355 64 67 0 7 364 116 103
Binary 1110010 1101010 11101101 110100 110111 0 111 11110100 1001110 1000011

Color Harmonies of #726AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AED

Black with #726AED

Text Example


Text Example

White with #726AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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