#7178CE

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

Shades of Moody Blue #7178CE

Tints of Moody Blue #7178CE

Color information

#7178CE (or 0x7178CE) is unknown color: approx Moody Blue. HEX triplet: 71, 78 and CE. RGB value is (113,120,206). Sum of RGB (Red+Green+Blue) = 113+120+206=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #7178CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7178CE is #8E8731. Grayscale: #7F7F7F. Windows color (decimal): -9340722 or 13531249. OLE color: 13531249.

HSL color Cylindrical-coordinate representation of color #7178CE: hue angle of 235.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7178CE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113120206-
CMYK0.450.4200.19
HSL235.48º48.69%62.55%-
HSV(B)235.48º45.15%80.78%-
XYZ24.6721.461.22-
YUV127.71172.18117.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.74%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=25.74%
G=27.33%
B=46.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131202060.450.4200.19235.4848.6962.55
Hex7178CE2D2A013eb313f
Octal16117031655520233536177
Binary111000111110001100111010110110101001001111101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7178CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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