#7275CD

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

Shades of Moody Blue #7275CD

Tints of Moody Blue #7275CD

Color information

#7275CD (or 0x7275CD) is unknown color: approx Moody Blue. HEX triplet: 72, 75 and CD. RGB value is (114,117,205). Sum of RGB (Red+Green+Blue) = 114+117+205=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7275CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275CD is #8D8A32. Grayscale: #7D7D7D. Windows color (decimal): -9275955 or 13464946. OLE color: 13464946.

HSL color Cylindrical-coordinate representation of color #7275CD: hue angle of 238.02º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7275CD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114117205-
CMYK0.440.4300.20
HSL238.02º47.64%62.55%-
HSV(B)238.02º44.39%80.39%-
XYZ24.3220.7160.47-
YUV126.14172.51119.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=26.15%
G=26.83%
B=47.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141172050.440.4300.20238.0247.6462.55
Hex7275CD2C2B014ee303f
Octal16216531554530243566077
Binary111001011101011100110110110010101101010011101110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7275CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7275CD; }

 p { color: rgb(114,117,205); }

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

<style>
 a { background-color: #7275CD; }

 a { background-color: rgb(114,117,205); }

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

<style>
 span { border-color: #7275CD; }

 span { border-color: rgb(114,117,205); }

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