Html Css Color HEX #726CDF Medium Slate Blue

📋 copy color: '#726CDF'

red 114 ◦ green 108 ◦ blue 223

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

Shades of Medium Slate Blue #726CDF

Tints of Medium Slate Blue #726CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 25.62%
G = 24.27%
B = 50.11%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#726CDF (or 0x726CDF) is known color: Medium Slate Blue. HEX triplet: 72, 6C and DF. RGB value is (114,108,223). Sum of RGB (Red+Green+Blue) = 114+108+223=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #726CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CDF is #8D9320. Grayscale: #7A7A7A. Windows color (decimal): -9278241 or 14642290. OLE color: 14642290.

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

Color convert

RGB 114 108 223 -
CMYK 0.49 0.52 0 0.13
HSL 243.13º 0.64% 0.65% -
HSV(B) 243.13º 0.52% 0.87% -
XYZ 25.62 19.63 72.25 -
YUV 122.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 114 108 223 0.49 0.52 0 0.13 243.13 0.64 0.65
Hex 72 6C DF 31 34 0 D F3 40 41
Octal 162 154 337 61 64 0 15 363 100 101
Binary 1110010 1101100 11011111 110001 110100 0 1101 11110011 1000000 1000001

Color Harmonies of #726CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CDF

Black with #726CDF

Text Example


Text Example

White with #726CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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