#776ACD

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

Shades of Moody Blue #776ACD

Tints of Moody Blue #776ACD

Color information

#776ACD (or 0x776ACD) is unknown color: approx Moody Blue. HEX triplet: 77, 6A and CD. RGB value is (119,106,205). Sum of RGB (Red+Green+Blue) = 119+106+205=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #776ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ACD is #889532. Grayscale: #787878. Windows color (decimal): -8951091 or 13462135. OLE color: 13462135.

HSL color Cylindrical-coordinate representation of color #776ACD: hue angle of 247.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776ACD is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119106205-
CMYK0.420.4800.20
HSL247.88º49.75%60.98%-
HSV(B)247.88º48.29%80.39%-
XYZ23.7818.6460.1-
YUV121.17175.31126.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=27.67%
G=24.65%
B=47.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191062050.420.4800.20247.8849.7560.98
Hex776ACD2A30014f8323d
Octal16715231552600243706275
Binary111011111010101100110110101011000001010011111000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,205); }

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

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

 a { background-color: rgb(119,106,205); }

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

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

 span { border-color: rgb(119,106,205); }

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