Html Css Color HEX #726EC3 Moody Blue

📋 copy color: '#726EC3'

red 114 ◦ green 110 ◦ blue 195

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

Shades of Moody Blue #726EC3

Tints of Moody Blue #726EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.54%

R = 27.21%
G = 26.25%
B = 46.54%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#726EC3 (or 0x726EC3) is known color: Moody Blue. HEX triplet: 72, 6E and C3. RGB value is (114,110,195). Sum of RGB (Red+Green+Blue) = 114+110+195=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #726EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EC3 is #8D913C. Grayscale: #787878. Windows color (decimal): -9277757 or 12807794. OLE color: 12807794.

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

Color convert

RGB 114 110 195 -
CMYK 0.42 0.44 0 0.24
HSL 242.82º 0.41% 0.6% -
HSV(B) 242.82º 0.44% 0.76% -
XYZ 22.37 18.67 54.05 -
YUV 120.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 114 110 195 0.42 0.44 0 0.24 242.82 0.41 0.6
Hex 72 6E C3 2A 2C 0 18 F3 29 3C
Octal 162 156 303 52 54 0 30 363 51 74
Binary 1110010 1101110 11000011 101010 101100 0 11000 11110011 101001 111100

Color Harmonies of #726EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EC3

Black with #726EC3

Text Example


Text Example

White with #726EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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