#7078ce

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

Shades of Moody Blue #7078CE

Tints of Moody Blue #7078CE

Color information

#7078CE (or 0x7078CE) is unknown color: approx Moody Blue. HEX triplet: 70, 78 and CE. RGB value is (112,120,206). Sum of RGB (Red+Green+Blue) = 112+120+206=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7078CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078CE is #8F8731. Grayscale: #7F7F7F. Windows color (decimal): -9406258 or 13531248. OLE color: 13531248.

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

Color convert

RGB112120206-
CMYK0.460.4200.19
HSL234.89º48.96%62.35%-
HSV(B)234.89º45.63%80.78%-
XYZ24.5421.3361.22-
YUV127.41172.35117.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=25.57%
G=27.40%
B=47.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121202060.460.4200.19234.8948.9662.35
Hex7078CE2E2A013eb313e
Octal16017031656520233536176
Binary111000011110001100111010111010101001001111101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7078ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7078ce; }

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

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

<style>
 a { background-color: #7078ce; }

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

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

<style>
 span { border-color: #7078ce; }

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

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