#767ACB

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

Shades of Moody Blue #767ACB

Tints of Moody Blue #767ACB

Color information

#767ACB (or 0x767ACB) is unknown color: approx Moody Blue. HEX triplet: 76, 7A and CB. RGB value is (118,122,203). Sum of RGB (Red+Green+Blue) = 118+122+203=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #767ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ACB is #898534. Grayscale: #818181. Windows color (decimal): -9012533 or 13335158. OLE color: 13335158.

HSL color Cylindrical-coordinate representation of color #767ACB: hue angle of 237.18º degrees, saturation: 0.45, 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 #767ACB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118122203-
CMYK0.420.4000.20
HSL237.18º44.97%62.94%-
HSV(B)237.18º41.87%79.61%-
XYZ25.2122.0859.43-
YUV130.04169.17119.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=26.64%
G=27.54%
B=45.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181222030.420.4000.20237.1844.9762.94
Hex767ACB2A28014ed2d3f
Octal16617231352500243555577
Binary111011011110101100101110101010100001010011101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,122,203); }

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

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

 a { background-color: rgb(118,122,203); }

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

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

 span { border-color: rgb(118,122,203); }

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