Html Css Color HEX #726BDA Medium Slate Blue

📋 copy color: '#726BDA'

red 114 ◦ green 107 ◦ blue 218

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

Shades of Medium Slate Blue #726BDA

Tints of Medium Slate Blue #726BDA

RGB

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

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

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

R = 25.97%
G = 24.37%
B = 49.66%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#726BDA (or 0x726BDA) is known color: Medium Slate Blue. HEX triplet: 72, 6B and DA. RGB value is (114,107,218). Sum of RGB (Red+Green+Blue) = 114+107+218=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #726BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BDA is #8D9425. Grayscale: #797979. Windows color (decimal): -9278502 or 14314354. OLE color: 14314354.

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

Color convert

RGB 114 107 218 -
CMYK 0.48 0.51 0 0.15
HSL 243.78º 0.6% 0.64% -
HSV(B) 243.78º 0.51% 0.85% -
XYZ 24.85 19.15 68.72 -
YUV 121.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 114 107 218 0.48 0.51 0 0.15 243.78 0.6 0.64
Hex 72 6B DA 30 33 0 F F4 3C 40
Octal 162 153 332 60 63 0 17 364 74 100
Binary 1110010 1101011 11011010 110000 110011 0 1111 11110100 111100 1000000

Color Harmonies of #726BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BDA

Black with #726BDA

Text Example


Text Example

White with #726BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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