Html Css Color HEX #726BDD Medium Slate Blue

📋 copy color: '#726BDD'

red 114 ◦ green 107 ◦ blue 221

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

Shades of Medium Slate Blue #726BDD

Tints of Medium Slate Blue #726BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

 BLUE value IS 221 (86.72% from 255) = 50%

R = 25.79%
G = 24.21%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#726BDD (or 0x726BDD) is known color: Medium Slate Blue. HEX triplet: 72, 6B and DD. RGB value is (114,107,221). Sum of RGB (Red+Green+Blue) = 114+107+221=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #726BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BDD is #8D9422. Grayscale: #797979. Windows color (decimal): -9278499 or 14510962. OLE color: 14510962.

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

Color convert

RGB 114 107 221 -
CMYK 0.48 0.52 0 0.13
HSL 243.68º 0.63% 0.64% -
HSV(B) 243.68º 0.52% 0.87% -
XYZ 25.25 19.31 70.8 -
YUV 122.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 114 107 221 0.48 0.52 0 0.13 243.68 0.63 0.64
Hex 72 6B DD 30 34 0 D F4 3F 40
Octal 162 153 335 60 64 0 15 364 77 100
Binary 1110010 1101011 11011101 110000 110100 0 1101 11110100 111111 1000000

Color Harmonies of #726BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BDD

Black with #726BDD

Text Example


Text Example

White with #726BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,107,221); }

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

background-color css

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

 a { background-color: rgb(114,107,221); }

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

border-color css

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

 span { border-color: rgb(114,107,221); }

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