#726ECA

Color #726ECA Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #726ECA

Tints of Moody Blue #726ECA

Color information

#726ECA (or 0x726ECA) is unknown color: approx Moody Blue. HEX triplet: 72, 6E and CA. RGB value is (114,110,202). Sum of RGB (Red+Green+Blue) = 114+110+202=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #726ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ECA is #8D9135. Grayscale: #797979. Windows color (decimal): -9277750 or 13266546. OLE color: 13266546.

HSL color Cylindrical-coordinate representation of color #726ECA: hue angle of 242.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726ECA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114110202-
CMYK0.440.4600.21
HSL242.61º46.46%61.18%-
HSV(B)242.61º45.54%79.22%-
XYZ23.1818.9958.32-
YUV121.68173.33122.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=26.76%
G=25.82%
B=47.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141102020.440.4600.21242.6146.4661.18
Hex726ECA2C2E015f32e3d
Octal16215631254560253635675
Binary111001011011101100101010110010111001010111110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #726ECA;
 }
 .AnyTagClassName
 {
   color: #726ECA;
 }
</style>
background-color css

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

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

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

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

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

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