Html Css Color HEX #726ADC Medium Slate Blue

📋 copy color: '#726ADC'

red 114 ◦ green 106 ◦ blue 220

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

Shades of Medium Slate Blue #726ADC

Tints of Medium Slate Blue #726ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 25.91%
G = 24.09%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#726ADC (or 0x726ADC) is known color: Medium Slate Blue. HEX triplet: 72, 6A and DC. RGB value is (114,106,220). Sum of RGB (Red+Green+Blue) = 114+106+220=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #726ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ADC is #8D9523. Grayscale: #787878. Windows color (decimal): -9278756 or 14445170. OLE color: 14445170.

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

Color convert

RGB 114 106 220 -
CMYK 0.48 0.52 0 0.14
HSL 244.21º 0.62% 0.64% -
HSV(B) 244.21º 0.52% 0.86% -
XYZ 25.01 19.05 70.07 -
YUV 121.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 114 106 220 0.48 0.52 0 0.14 244.21 0.62 0.64
Hex 72 6A DC 30 34 0 E F4 3E 40
Octal 162 152 334 60 64 0 16 364 76 100
Binary 1110010 1101010 11011100 110000 110100 0 1110 11110100 111110 1000000

Color Harmonies of #726ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ADC

Black with #726ADC

Text Example


Text Example

White with #726ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,106,220); }

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

background-color css

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

 a { background-color: rgb(114,106,220); }

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

border-color css

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

 span { border-color: rgb(114,106,220); }

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