#776BCA

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

Shades of Moody Blue #776BCA

Tints of Moody Blue #776BCA

Color information

#776BCA (or 0x776BCA) is unknown color: approx Moody Blue. HEX triplet: 77, 6B and CA. RGB value is (119,107,202). Sum of RGB (Red+Green+Blue) = 119+107+202=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #776BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BCA is #889435. Grayscale: #797979. Windows color (decimal): -8950838 or 13265783. OLE color: 13265783.

HSL color Cylindrical-coordinate representation of color #776BCA: hue angle of 247.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776BCA is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119107202-
CMYK0.410.4700.21
HSL247.58º47.26%60.59%-
HSV(B)247.58º47.03%79.22%-
XYZ23.5318.758.25-
YUV121.42173.48126.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.80%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=27.80%
G=25%
B=47.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191072020.410.4700.21247.5847.2660.59
Hex776BCA292F015f82f3d
Octal16715331251570253705775
Binary111011111010111100101010100110111101010111111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776BCA; }

 p { color: rgb(119,107,202); }

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

<style>
 a { background-color: #776BCA; }

 a { background-color: rgb(119,107,202); }

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

<style>
 span { border-color: #776BCA; }

 span { border-color: rgb(119,107,202); }

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