#7274D7

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

Shades of Moody Blue #7274D7

Tints of Moody Blue #7274D7

Color information

#7274D7 (or 0x7274D7) is unknown color: approx Moody Blue. HEX triplet: 72, 74 and D7. RGB value is (114,116,215). Sum of RGB (Red+Green+Blue) = 114+116+215=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #7274D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274D7 is #8D8B28. Grayscale: #7E7E7E. Windows color (decimal): -9276201 or 14120050. OLE color: 14120050.

HSL color Cylindrical-coordinate representation of color #7274D7: hue angle of 238.81º 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 #7274D7 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114116215-
CMYK0.470.4600.16
HSL238.81º55.8%64.51%-
HSV(B)238.81º46.98%84.31%-
XYZ25.4520.9767-
YUV126.69177.84118.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 215 (84.38% from 255) = 48.31%
R=25.62%
G=26.07%
B=48.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141162150.470.4600.16238.8155.864.51
Hex7274D72F2E010ef3841
Octal162164327575602035770101
Binary1110010111010011010111101111101110010000111011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7274D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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