#7878C0

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

Shades of Moody Blue #7878C0

Tints of Moody Blue #7878C0

Color information

#7878C0 (or 0x7878C0) is unknown color: approx Moody Blue. HEX triplet: 78, 78 and C0. RGB value is (120,120,192). Sum of RGB (Red+Green+Blue) = 120+120+192=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #7878C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7878C0 is #87873F. Grayscale: #7F7F7F. Windows color (decimal): -8881984 or 12613752. OLE color: 12613752.

HSL color Cylindrical-coordinate representation of color #7878C0: hue angle of 240º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7878C0 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120120192-
CMYK0.380.3800.25
HSL240º36.36%61.18%-
HSV(B)240º37.5%75.29%-
XYZ23.9821.2352.7-
YUV128.21164122.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 192 (75.39% from 255) = 44.44%
R=27.78%
G=27.78%
B=44.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201201920.380.3800.2524036.3661.18
Hex7878C02626019f0243d
Octal17017030046460313604475
Binary111100011110001100000010011010011001100111110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7878C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7878C0; }

 p { color: rgb(120,120,192); }

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

<style>
 a { background-color: #7878C0; }

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

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

<style>
 span { border-color: #7878C0; }

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

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