Html Css Color HEX #726CDA Medium Slate Blue

📋 copy color: '#726CDA'

red 114 ◦ green 108 ◦ blue 218

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

Shades of Medium Slate Blue #726CDA

Tints of Medium Slate Blue #726CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 25.91%
G = 24.55%
B = 49.55%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#726CDA (or 0x726CDA) is known color: Medium Slate Blue. HEX triplet: 72, 6C and DA. RGB value is (114,108,218). Sum of RGB (Red+Green+Blue) = 114+108+218=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #726CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CDA is #8D9325. Grayscale: #797979. Windows color (decimal): -9278246 or 14314610. OLE color: 14314610.

HSL color Cylindrical-coordinate representation of color #726CDA: hue angle of 243.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726CDA is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 108 218 -
CMYK 0.48 0.50 0 0.15
HSL 243.27º 0.6% 0.64% -
HSV(B) 243.27º 0.5% 0.85% -
XYZ 24.96 19.36 68.75 -
YUV 122.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 114 108 218 0.48 0.50 0 0.15 243.27 0.6 0.64
Hex 72 6C DA 30 32 0 F F3 3C 40
Octal 162 154 332 60 62 0 17 363 74 100
Binary 1110010 1101100 11011010 110000 110010 0 1111 11110011 111100 1000000

Color Harmonies of #726CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CDA

Black with #726CDA

Text Example


Text Example

White with #726CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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