Html Css Color HEX #726ECD Moody Blue

📋 copy color: '#726ECD'

red 114 ◦ green 110 ◦ blue 205

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

Shades of Moody Blue #726ECD

Tints of Moody Blue #726ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 26.57%
G = 25.64%
B = 47.79%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#726ECD (or 0x726ECD) is known color: Moody Blue. HEX triplet: 72, 6E and CD. RGB value is (114,110,205). Sum of RGB (Red+Green+Blue) = 114+110+205=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #726ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ECD is #8D9132. Grayscale: #797979. Windows color (decimal): -9277747 or 13463154. OLE color: 13463154.

HSL color Cylindrical-coordinate representation of color #726ECD: hue angle of 242.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726ECD is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 110 205 -
CMYK 0.44 0.46 0 0.20
HSL 242.53º 0.49% 0.62% -
HSV(B) 242.53º 0.46% 0.8% -
XYZ 23.53 19.14 60.21 -
YUV 122.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 114 110 205 0.44 0.46 0 0.20 242.53 0.49 0.62
Hex 72 6E CD 2C 2E 0 14 F3 31 3E
Octal 162 156 315 54 56 0 24 363 61 76
Binary 1110010 1101110 11001101 101100 101110 0 10100 11110011 110001 111110

Color Harmonies of #726ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ECD

Black with #726ECD

Text Example


Text Example

White with #726ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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