#7178CD

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

Shades of Moody Blue #7178CD

Tints of Moody Blue #7178CD

Color information

#7178CD (or 0x7178CD) is unknown color: approx Moody Blue. HEX triplet: 71, 78 and CD. RGB value is (113,120,205). Sum of RGB (Red+Green+Blue) = 113+120+205=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #7178CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7178CD is #8E8732. Grayscale: #7F7F7F. Windows color (decimal): -9340723 or 13465713. OLE color: 13465713.

HSL color Cylindrical-coordinate representation of color #7178CD: hue angle of 235.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7178CD is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113120205-
CMYK0.450.4100.20
HSL235.43º47.92%62.35%-
HSV(B)235.43º44.88%80.39%-
XYZ24.5521.3560.59-
YUV127.6171.68117.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=25.80%
G=27.40%
B=46.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131202050.450.4100.20235.4347.9262.35
Hex7178CD2D29014eb303e
Octal16117031555510243536076
Binary111000111110001100110110110110100101010011101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7178CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7178CD; }

 p { color: rgb(113,120,205); }

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

<style>
 a { background-color: #7178CD; }

 a { background-color: rgb(113,120,205); }

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

<style>
 span { border-color: #7178CD; }

 span { border-color: rgb(113,120,205); }

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