Html Css Color HEX #726CE0 Medium Slate Blue

📋 copy color: '#726CE0'

red 114 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #726CE0

Tints of Medium Slate Blue #726CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.22%

 BLUE value IS 224 (87.89% from 255) = 50.22%

R = 25.56%
G = 24.22%
B = 50.22%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#726CE0 (or 0x726CE0) is known color: Medium Slate Blue. HEX triplet: 72, 6C and E0. RGB value is (114,108,224). Sum of RGB (Red+Green+Blue) = 114+108+224=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #726CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CE0 is #8D931F. Grayscale: #7A7A7A. Windows color (decimal): -9278240 or 14707826. OLE color: 14707826.

HSL color Cylindrical-coordinate representation of color #726CE0: hue angle of 243.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726CE0 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 108 224 -
CMYK 0.49 0.52 0 0.12
HSL 243.1º 0.65% 0.65% -
HSV(B) 243.1º 0.52% 0.88% -
XYZ 25.76 19.68 72.96 -
YUV 123.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 114 108 224 0.49 0.52 0 0.12 243.1 0.65 0.65
Hex 72 6C E0 31 34 0 C F3 41 41
Octal 162 154 340 61 64 0 14 363 101 101
Binary 1110010 1101100 11100000 110001 110100 0 1100 11110011 1000001 1000001

Color Harmonies of #726CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CE0

Black with #726CE0

Text Example


Text Example

White with #726CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,108,224); }

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

background-color css

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

 a { background-color: rgb(114,108,224); }

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

border-color css

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

 span { border-color: rgb(114,108,224); }

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