Html Css Color HEX #726CDE Medium Slate Blue

📋 copy color: '#726CDE'

red 114 ◦ green 108 ◦ blue 222

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

Shades of Medium Slate Blue #726CDE

Tints of Medium Slate Blue #726CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.32%

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

R = 25.68%
G = 24.32%
B = 50%

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

#726CDE (or 0x726CDE) is known color: Medium Slate Blue. HEX triplet: 72, 6C and DE. RGB value is (114,108,222). Sum of RGB (Red+Green+Blue) = 114+108+222=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #726CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CDE is #8D9321. Grayscale: #7A7A7A. Windows color (decimal): -9278242 or 14576754. OLE color: 14576754.

HSL color Cylindrical-coordinate representation of color #726CDE: hue angle of 243.16º 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 #726CDE is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 108 222 -
CMYK 0.49 0.51 0 0.13
HSL 243.16º 0.63% 0.65% -
HSV(B) 243.16º 0.51% 0.87% -
XYZ 25.49 19.58 71.54 -
YUV 122.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 114 108 222 0.49 0.51 0 0.13 243.16 0.63 0.65
Hex 72 6C DE 31 33 0 D F3 3F 41
Octal 162 154 336 61 63 0 15 363 77 101
Binary 1110010 1101100 11011110 110001 110011 0 1101 11110011 111111 1000001

Color Harmonies of #726CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CDE

Black with #726CDE

Text Example


Text Example

White with #726CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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