Html Css Color HEX #726EC6 Moody Blue

📋 copy color: '#726EC6'

red 114 ◦ green 110 ◦ blue 198

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

Shades of Moody Blue #726EC6

Tints of Moody Blue #726EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.92%

R = 27.01%
G = 26.07%
B = 46.92%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#726EC6 (or 0x726EC6) is known color: Moody Blue. HEX triplet: 72, 6E and C6. RGB value is (114,110,198). Sum of RGB (Red+Green+Blue) = 114+110+198=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #726EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EC6 is #8D9139. Grayscale: #787878. Windows color (decimal): -9277754 or 13004402. OLE color: 13004402.

HSL color Cylindrical-coordinate representation of color #726EC6: hue angle of 242.73º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726EC6 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 110 198 -
CMYK 0.42 0.44 0 0.22
HSL 242.73º 0.44% 0.6% -
HSV(B) 242.73º 0.44% 0.78% -
XYZ 22.71 18.81 55.86 -
YUV 121.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 114 110 198 0.42 0.44 0 0.22 242.73 0.44 0.6
Hex 72 6E C6 2A 2C 0 16 F3 2C 3C
Octal 162 156 306 52 54 0 26 363 54 74
Binary 1110010 1101110 11000110 101010 101100 0 10110 11110011 101100 111100

Color Harmonies of #726EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EC6

Black with #726EC6

Text Example


Text Example

White with #726EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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