Html Css Color HEX #726FDC Medium Slate Blue

📋 copy color: '#726FDC'

red 114 ◦ green 111 ◦ blue 220

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

Shades of Medium Slate Blue #726FDC

Tints of Medium Slate Blue #726FDC

RGB

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

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

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

R = 25.62%
G = 24.94%
B = 49.44%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#726FDC (or 0x726FDC) is known color: Medium Slate Blue. HEX triplet: 72, 6F and DC. RGB value is (114,111,220). Sum of RGB (Red+Green+Blue) = 114+111+220=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #726FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FDC is #8D9023. Grayscale: #7B7B7B. Windows color (decimal): -9277476 or 14446450. OLE color: 14446450.

HSL color Cylindrical-coordinate representation of color #726FDC: hue angle of 241.65º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726FDC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 111 220 -
CMYK 0.48 0.50 0 0.14
HSL 241.65º 0.61% 0.65% -
HSV(B) 241.65º 0.5% 0.86% -
XYZ 25.54 20.11 70.25 -
YUV 124.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 114 111 220 0.48 0.50 0 0.14 241.65 0.61 0.65
Hex 72 6F DC 30 32 0 E F2 3D 41
Octal 162 157 334 60 62 0 16 362 75 101
Binary 1110010 1101111 11011100 110000 110010 0 1110 11110010 111101 1000001

Color Harmonies of #726FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FDC

Black with #726FDC

Text Example


Text Example

White with #726FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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