Html Css Color HEX #726BE5 Medium Slate Blue

📋 copy color: '#726BE5'

red 114 ◦ green 107 ◦ blue 229

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

Shades of Medium Slate Blue #726BE5

Tints of Medium Slate Blue #726BE5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

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

R = 25.33%
G = 23.78%
B = 50.89%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#726BE5 (or 0x726BE5) is known color: Medium Slate Blue. HEX triplet: 72, 6B and E5. RGB value is (114,107,229). Sum of RGB (Red+Green+Blue) = 114+107+229=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #726BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BE5 is #8D941A. Grayscale: #7A7A7A. Windows color (decimal): -9278491 or 15035250. OLE color: 15035250.

HSL color Cylindrical-coordinate representation of color #726BE5: hue angle of 243.44º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726BE5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 107 229 -
CMYK 0.50 0.53 0 0.10
HSL 243.44º 0.7% 0.66% -
HSV(B) 243.44º 0.53% 0.9% -
XYZ 26.34 19.75 76.55 -
YUV 123 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 114 107 229 0.50 0.53 0 0.10 243.44 0.7 0.66
Hex 72 6B E5 32 35 0 A F3 46 42
Octal 162 153 345 62 65 0 12 363 106 102
Binary 1110010 1101011 11100101 110010 110101 0 1010 11110011 1000110 1000010

Color Harmonies of #726BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BE5

Black with #726BE5

Text Example


Text Example

White with #726BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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