#7275D0

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

Shades of Moody Blue #7275D0

Tints of Moody Blue #7275D0

Color information

#7275D0 (or 0x7275D0) is unknown color: approx Moody Blue. HEX triplet: 72, 75 and D0. RGB value is (114,117,208). Sum of RGB (Red+Green+Blue) = 114+117+208=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #7275D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275D0 is #8D8A2F. Grayscale: #7E7E7E. Windows color (decimal): -9275952 or 13661554. OLE color: 13661554.

HSL color Cylindrical-coordinate representation of color #7275D0: hue angle of 238.09º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7275D0 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114117208-
CMYK0.450.4400.18
HSL238.09º50%63.14%-
HSV(B)238.09º45.19%81.57%-
XYZ24.6920.8562.4-
YUV126.48174.01119.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 208 (81.64% from 255) = 47.38%
R=25.97%
G=26.65%
B=47.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141172080.450.4400.18238.095063.14
Hex7275D02D2C012ee323f
Octal16216532055540223566277
Binary111001011101011101000010110110110001001011101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7275D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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