#7274C9

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

Shades of Moody Blue #7274C9

Tints of Moody Blue #7274C9

Color information

#7274C9 (or 0x7274C9) is unknown color: approx Moody Blue. HEX triplet: 72, 74 and C9. RGB value is (114,116,201). Sum of RGB (Red+Green+Blue) = 114+116+201=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #7274C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274C9 is #8D8B36. Grayscale: #7C7C7C. Windows color (decimal): -9276215 or 13202546. OLE color: 13202546.

HSL color Cylindrical-coordinate representation of color #7274C9: hue angle of 238.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7274C9 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114116201-
CMYK0.430.4200.21
HSL238.62º44.62%61.76%-
HSV(B)238.62º43.28%78.82%-
XYZ23.7320.2957.92-
YUV125.09170.84120.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=26.45%
G=26.91%
B=46.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141162010.430.4200.21238.6244.6261.76
Hex7274C92B2A015ef2d3e
Octal16216431153520253575576
Binary111001011101001100100110101110101001010111101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7274C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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