Html Css Color HEX #726BDC Medium Slate Blue

📋 copy color: '#726BDC'

red 114 ◦ green 107 ◦ blue 220

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

Shades of Medium Slate Blue #726BDC

Tints of Medium Slate Blue #726BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 25.85%
G = 24.26%
B = 49.89%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#726BDC (or 0x726BDC) is known color: Medium Slate Blue. HEX triplet: 72, 6B and DC. RGB value is (114,107,220). Sum of RGB (Red+Green+Blue) = 114+107+220=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #726BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BDC is #8D9423. Grayscale: #797979. Windows color (decimal): -9278500 or 14445426. OLE color: 14445426.

HSL color Cylindrical-coordinate representation of color #726BDC: hue angle of 243.72º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #726BDC is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 107 220 -
CMYK 0.48 0.51 0 0.14
HSL 243.72º 0.62% 0.64% -
HSV(B) 243.72º 0.51% 0.86% -
XYZ 25.12 19.26 70.1 -
YUV 121.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 114 107 220 0.48 0.51 0 0.14 243.72 0.62 0.64
Hex 72 6B DC 30 33 0 E F4 3E 40
Octal 162 153 334 60 63 0 16 364 76 100
Binary 1110010 1101011 11011100 110000 110011 0 1110 11110100 111110 1000000

Color Harmonies of #726BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BDC

Black with #726BDC

Text Example


Text Example

White with #726BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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