#7276CE

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

Shades of Moody Blue #7276CE

Tints of Moody Blue #7276CE

Color information

#7276CE (or 0x7276CE) is unknown color: approx Moody Blue. HEX triplet: 72, 76 and CE. RGB value is (114,118,206). Sum of RGB (Red+Green+Blue) = 114+118+206=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7276CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276CE is #8D8931. Grayscale: #7E7E7E. Windows color (decimal): -9275698 or 13530738. OLE color: 13530738.

HSL color Cylindrical-coordinate representation of color #7276CE: hue angle of 237.39º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7276CE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114118206-
CMYK0.450.4300.19
HSL237.39º48.42%62.75%-
HSV(B)237.39º44.66%80.78%-
XYZ24.5620.9961.15-
YUV126.84172.67118.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=26.03%
G=26.94%
B=47.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141182060.450.4300.19237.3948.4262.75
Hex7276CE2D2B013ed303f
Octal16216631655530233556077
Binary111001011101101100111010110110101101001111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7276CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7276CE; }

 p { color: rgb(114,118,206); }

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

<style>
 a { background-color: #7276CE; }

 a { background-color: rgb(114,118,206); }

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

<style>
 span { border-color: #7276CE; }

 span { border-color: rgb(114,118,206); }

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