Html Css Color HEX #726ED0 Moody Blue

📋 copy color: '#726ED0'

red 114 ◦ green 110 ◦ blue 208

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

Shades of Moody Blue #726ED0

Tints of Moody Blue #726ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.46%

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

R = 26.39%
G = 25.46%
B = 48.15%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#726ED0 (or 0x726ED0) is known color: Moody Blue. HEX triplet: 72, 6E and D0. RGB value is (114,110,208). Sum of RGB (Red+Green+Blue) = 114+110+208=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #726ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ED0 is #8D912F. Grayscale: #797979. Windows color (decimal): -9277744 or 13659762. OLE color: 13659762.

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

Color convert

RGB 114 110 208 -
CMYK 0.45 0.47 0 0.18
HSL 242.45º 0.51% 0.62% -
HSV(B) 242.45º 0.47% 0.82% -
XYZ 23.9 19.28 62.14 -
YUV 122.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 114 110 208 0.45 0.47 0 0.18 242.45 0.51 0.62
Hex 72 6E D0 2D 2F 0 12 F2 33 3E
Octal 162 156 320 55 57 0 22 362 63 76
Binary 1110010 1101110 11010000 101101 101111 0 10010 11110010 110011 111110

Color Harmonies of #726ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ED0

Black with #726ED0

Text Example


Text Example

White with #726ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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