Html Css Color HEX #726DD0 Slate Blue

📋 copy color: '#726DD0'

red 114 ◦ green 109 ◦ blue 208

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

Shades of Slate Blue #726DD0

Tints of Slate Blue #726DD0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 26.45%
G = 25.29%
B = 48.26%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#726DD0 (or 0x726DD0) is known color: Slate Blue. HEX triplet: 72, 6D and D0. RGB value is (114,109,208). Sum of RGB (Red+Green+Blue) = 114+109+208=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #726DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DD0 is #8D922F. Grayscale: #797979. Windows color (decimal): -9278000 or 13659506. OLE color: 13659506.

HSL color Cylindrical-coordinate representation of color #726DD0: hue angle of 243.03º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726DD0 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 109 208 -
CMYK 0.45 0.48 0 0.18
HSL 243.03º 0.51% 0.62% -
HSV(B) 243.03º 0.48% 0.82% -
XYZ 23.79 19.07 62.1 -
YUV 121.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 114 109 208 0.45 0.48 0 0.18 243.03 0.51 0.62
Hex 72 6D D0 2D 30 0 12 F3 33 3E
Octal 162 155 320 55 60 0 22 363 63 76
Binary 1110010 1101101 11010000 101101 110000 0 10010 11110011 110011 111110

Color Harmonies of #726DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DD0

Black with #726DD0

Text Example


Text Example

White with #726DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,208); }

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

background-color css

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

 a { background-color: rgb(114,109,208); }

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

border-color css

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

 span { border-color: rgb(114,109,208); }

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