Html Css Color HEX #726DDE Medium Slate Blue

📋 copy color: '#726DDE'

red 114 ◦ green 109 ◦ blue 222

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

Shades of Medium Slate Blue #726DDE

Tints of Medium Slate Blue #726DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.49%

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 25.62%
G = 24.49%
B = 49.89%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#726DDE (or 0x726DDE) is known color: Medium Slate Blue. HEX triplet: 72, 6D and DE. RGB value is (114,109,222). Sum of RGB (Red+Green+Blue) = 114+109+222=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #726DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DDE is #8D9221. Grayscale: #7A7A7A. Windows color (decimal): -9277986 or 14577010. OLE color: 14577010.

HSL color Cylindrical-coordinate representation of color #726DDE: hue angle of 242.65º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #726DDE is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 109 222 -
CMYK 0.49 0.51 0 0.13
HSL 242.65º 0.63% 0.65% -
HSV(B) 242.65º 0.51% 0.87% -
XYZ 25.59 19.79 71.58 -
YUV 123.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 114 109 222 0.49 0.51 0 0.13 242.65 0.63 0.65
Hex 72 6D DE 31 33 0 D F3 3F 41
Octal 162 155 336 61 63 0 15 363 77 101
Binary 1110010 1101101 11011110 110001 110011 0 1101 11110011 111111 1000001

Color Harmonies of #726DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DDE

Black with #726DDE

Text Example


Text Example

White with #726DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,222); }

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

background-color css

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

 a { background-color: rgb(114,109,222); }

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

border-color css

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

 span { border-color: rgb(114,109,222); }

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