#7278C9

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

Shades of Moody Blue #7278C9

Tints of Moody Blue #7278C9

Color information

#7278C9 (or 0x7278C9) is unknown color: approx Moody Blue. HEX triplet: 72, 78 and C9. RGB value is (114,120,201). Sum of RGB (Red+Green+Blue) = 114+120+201=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #7278C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7278C9 is #8D8736. Grayscale: #7F7F7F. Windows color (decimal): -9275191 or 13203570. OLE color: 13203570.

HSL color Cylindrical-coordinate representation of color #7278C9: hue angle of 235.86º 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 #7278C9 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114120201-
CMYK0.430.4000.21
HSL235.86º44.62%61.76%-
HSV(B)235.86º43.28%78.82%-
XYZ24.221.2358.08-
YUV127.44169.51118.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 201 (78.91% from 255) = 46.21%
R=26.21%
G=27.59%
B=46.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141202010.430.4000.21235.8644.6261.76
Hex7278C92B28015ec2d3e
Octal16217031153500253545576
Binary111001011110001100100110101110100001010111101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7278C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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