#7280D7

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

Shades of Moody Blue #7280D7

Tints of Moody Blue #7280D7

Color information

#7280D7 (or 0x7280D7) is unknown color: approx Moody Blue. HEX triplet: 72, 80 and D7. RGB value is (114,128,215). Sum of RGB (Red+Green+Blue) = 114+128+215=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #7280D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7280D7 is #8D7F28. Grayscale: #858585. Windows color (decimal): -9273129 or 14123122. OLE color: 14123122.

HSL color Cylindrical-coordinate representation of color #7280D7: hue angle of 231.68º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7280D7 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114128215-
CMYK0.470.4000.16
HSL231.68º55.8%64.51%-
HSV(B)231.68º46.98%84.31%-
XYZ26.9223.9267.49-
YUV133.73173.86113.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=24.95%
G=28.01%
B=47.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141282150.470.4000.16231.6855.864.51
Hex7280D72F28010e83841
Octal162200327575002035070101
Binary11100101000000011010111101111101000010000111010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7280D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7280D7; }

 p { color: rgb(114,128,215); }

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

<style>
 a { background-color: #7280D7; }

 a { background-color: rgb(114,128,215); }

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

<style>
 span { border-color: #7280D7; }

 span { border-color: rgb(114,128,215); }

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