#767CCC

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

Shades of Moody Blue #767CCC

Tints of Moody Blue #767CCC

Color information

#767CCC (or 0x767CCC) is unknown color: approx Moody Blue. HEX triplet: 76, 7C and CC. RGB value is (118,124,204). Sum of RGB (Red+Green+Blue) = 118+124+204=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #767CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CCC is #898333. Grayscale: #838383. Windows color (decimal): -9012020 or 13401206. OLE color: 13401206.

HSL color Cylindrical-coordinate representation of color #767CCC: hue angle of 235.81º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767CCC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118124204-
CMYK0.420.3900.2
HSL235.81º45.74%63.14%-
HSV(B)235.81º42.16%80%-
XYZ25.5822.6360.15-
YUV131.33169.01118.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=26.46%
G=27.80%
B=45.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181242040.420.3900.2235.8145.7463.14
Hex767CCC2A27014ec2e3f
Octal16617431452470243545677
Binary111011011111001100110010101010011101010011101100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767CCC; }

 p { color: rgb(118,124,204); }

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

<style>
 a { background-color: #767CCC; }

 a { background-color: rgb(118,124,204); }

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

<style>
 span { border-color: #767CCC; }

 span { border-color: rgb(118,124,204); }

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