Html Css Color HEX #726BE7 Medium Slate Blue

📋 copy color: '#726BE7'

red 114 ◦ green 107 ◦ blue 231

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

Shades of Medium Slate Blue #726BE7

Tints of Medium Slate Blue #726BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.11%

R = 25.22%
G = 23.67%
B = 51.11%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#726BE7 (or 0x726BE7) is known color: Medium Slate Blue. HEX triplet: 72, 6B and E7. RGB value is (114,107,231). Sum of RGB (Red+Green+Blue) = 114+107+231=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #726BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726BE7 is #8D9418. Grayscale: #7A7A7A. Windows color (decimal): -9278489 or 15166322. OLE color: 15166322.

HSL color Cylindrical-coordinate representation of color #726BE7: hue angle of 243.39º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726BE7 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 107 231 -
CMYK 0.51 0.54 0 0.09
HSL 243.39º 0.72% 0.66% -
HSV(B) 243.39º 0.54% 0.91% -
XYZ 26.62 19.86 78.03 -
YUV 123.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 114 107 231 0.51 0.54 0 0.09 243.39 0.72 0.66
Hex 72 6B E7 33 36 0 9 F3 48 42
Octal 162 153 347 63 66 0 11 363 110 102
Binary 1110010 1101011 11100111 110011 110110 0 1001 11110011 1001000 1000010

Color Harmonies of #726BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BE7

Black with #726BE7

Text Example


Text Example

White with #726BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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