#7877bc

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

Shades of Moody Blue #7877BC

Tints of Moody Blue #7877BC

Color information

#7877BC (or 0x7877BC) is unknown color: approx Moody Blue. HEX triplet: 78, 77 and BC. RGB value is (120,119,188). Sum of RGB (Red+Green+Blue) = 120+119+188=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #7877BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7877BC is #878843. Grayscale: #7E7E7E. Windows color (decimal): -8882244 or 12351352. OLE color: 12351352.

HSL color Cylindrical-coordinate representation of color #7877BC: hue angle of 240.87º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7877BC is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120119188-
CMYK0.360.3700.26
HSL240.87º33.99%60.2%-
HSV(B)240.87º36.7%73.73%-
XYZ23.4220.8250.36-
YUV127.16162.33122.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=28.10%
G=27.87%
B=44.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201191880.360.3700.26240.8733.9960.2
Hex7877BC242501Af1223c
Octal17016727444450323614274
Binary111100011101111011110010010010010101101011110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7877bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7877bc; }

 p { color: rgb(120,119,188); }

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

<style>
 a { background-color: #7877bc; }

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

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

<style>
 span { border-color: #7877bc; }

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

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