#7279D1

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

Shades of Moody Blue #7279D1

Tints of Moody Blue #7279D1

Color information

#7279D1 (or 0x7279D1) is unknown color: approx Moody Blue. HEX triplet: 72, 79 and D1. RGB value is (114,121,209). Sum of RGB (Red+Green+Blue) = 114+121+209=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #7279D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279D1 is #8D862E. Grayscale: #808080. Windows color (decimal): -9274927 or 13728114. OLE color: 13728114.

HSL color Cylindrical-coordinate representation of color #7279D1: hue angle of 235.58º degrees, saturation: 0.51, 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 #7279D1 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114121209-
CMYK0.450.4200.18
HSL235.58º50.8%63.33%-
HSV(B)235.58º45.45%81.96%-
XYZ25.2921.8663.21-
YUV128.94173.18117.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=25.68%
G=27.25%
B=47.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141212090.450.4200.18235.5850.863.33
Hex7279D12D2A012ec333f
Octal16217132155520223546377
Binary111001011110011101000110110110101001001011101100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7279D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7279D1; }

 p { color: rgb(114,121,209); }

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

<style>
 a { background-color: #7279D1; }

 a { background-color: rgb(114,121,209); }

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

<style>
 span { border-color: #7279D1; }

 span { border-color: rgb(114,121,209); }

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