#7f78ca

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

Shades of Moody Blue #7F78CA

Tints of Moody Blue #7F78CA

Color information

#7F78CA (or 0x7F78CA) is unknown color: approx Moody Blue. HEX triplet: 7F, 78 and CA. RGB value is (127,120,202). Sum of RGB (Red+Green+Blue) = 127+120+202=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F78CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78CA is #808735. Grayscale: #838383. Windows color (decimal): -8423222 or 13269119. OLE color: 13269119.

HSL color Cylindrical-coordinate representation of color #7F78CA: hue angle of 245.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F78CA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127120202-
CMYK0.370.4100.21
HSL245.12º43.62%63.14%-
HSV(B)245.12º40.59%79.22%-
XYZ26.1322.2158.79-
YUV131.44167.82124.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.29%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=28.29%
G=26.73%
B=44.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271202020.370.4100.21245.1243.6263.14
Hex7F78CA2529015f52c3f
Octal17717031245510253655477
Binary111111111110001100101010010110100101010111110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f78ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f78ca; }

 p { color: rgb(127,120,202); }

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

<style>
 a { background-color: #7f78ca; }

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

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

<style>
 span { border-color: #7f78ca; }

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

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