#7273CC

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

Shades of Moody Blue #7273CC

Tints of Moody Blue #7273CC

Color information

#7273CC (or 0x7273CC) is unknown color: approx Moody Blue. HEX triplet: 72, 73 and CC. RGB value is (114,115,204). Sum of RGB (Red+Green+Blue) = 114+115+204=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #7273CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273CC is #8D8C33. Grayscale: #7C7C7C. Windows color (decimal): -9276468 or 13398898. OLE color: 13398898.

HSL color Cylindrical-coordinate representation of color #7273CC: hue angle of 239.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7273CC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB114115204-
CMYK0.440.4400.2
HSL239.33º46.88%62.35%-
HSV(B)239.33º44.12%80%-
XYZ23.9720.259.76-
YUV124.85172.67120.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=26.33%
G=26.56%
B=47.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1141152040.440.4400.2239.3346.8862.35
Hex7273CC2C2C014ef2f3e
Octal16216331454540243575776
Binary111001011100111100110010110010110001010011101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7273CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7273CC; }

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

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

<style>
 a { background-color: #7273CC; }

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

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

<style>
 span { border-color: #7273CC; }

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

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