Html Css Color HEX #726ECC Moody Blue

📋 copy color: '#726ECC'

red 114 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #726ECC

Tints of Moody Blue #726ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 26.64%
G = 25.7%
B = 47.66%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#726ECC (or 0x726ECC) is known color: Moody Blue. HEX triplet: 72, 6E and CC. RGB value is (114,110,204). Sum of RGB (Red+Green+Blue) = 114+110+204=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #726ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ECC is #8D9133. Grayscale: #797979. Windows color (decimal): -9277748 or 13397618. OLE color: 13397618.

HSL color Cylindrical-coordinate representation of color #726ECC: hue angle of 242.55º degrees, saturation: 0.48, 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 #726ECC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 110 204 -
CMYK 0.44 0.46 0 0.2
HSL 242.55º 0.48% 0.62% -
HSV(B) 242.55º 0.46% 0.8% -
XYZ 23.41 19.09 59.58 -
YUV 121.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 114 110 204 0.44 0.46 0 0.2 242.55 0.48 0.62
Hex 72 6E CC 2C 2E 0 14 F3 30 3E
Octal 162 156 314 54 56 0 24 363 60 76
Binary 1110010 1101110 11001100 101100 101110 0 10100 11110011 110000 111110

Color Harmonies of #726ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ECC

Black with #726ECC

Text Example


Text Example

White with #726ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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