Html Css Color HEX #726FD9 Medium Slate Blue

📋 copy color: '#726FD9'

red 114 ◦ green 111 ◦ blue 217

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

Shades of Medium Slate Blue #726FD9

Tints of Medium Slate Blue #726FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 25.79%
G = 25.11%
B = 49.1%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#726FD9 (or 0x726FD9) is known color: Medium Slate Blue. HEX triplet: 72, 6F and D9. RGB value is (114,111,217). Sum of RGB (Red+Green+Blue) = 114+111+217=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #726FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FD9 is #8D9026. Grayscale: #7B7B7B. Windows color (decimal): -9277479 or 14249842. OLE color: 14249842.

HSL color Cylindrical-coordinate representation of color #726FD9: hue angle of 241.7º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #726FD9 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 111 217 -
CMYK 0.47 0.49 0 0.15
HSL 241.7º 0.58% 0.64% -
HSV(B) 241.7º 0.49% 0.85% -
XYZ 25.15 19.96 68.17 -
YUV 123.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 114 111 217 0.47 0.49 0 0.15 241.7 0.58 0.64
Hex 72 6F D9 2F 31 0 F F2 3A 40
Octal 162 157 331 57 61 0 17 362 72 100
Binary 1110010 1101111 11011001 101111 110001 0 1111 11110010 111010 1000000

Color Harmonies of #726FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FD9

Black with #726FD9

Text Example


Text Example

White with #726FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,111,217); }

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

background-color css

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

 a { background-color: rgb(114,111,217); }

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

border-color css

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

 span { border-color: rgb(114,111,217); }

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