#767BC3

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

Shades of Moody Blue #767BC3

Tints of Moody Blue #767BC3

Color information

#767BC3 (or 0x767BC3) is unknown color: approx Moody Blue. HEX triplet: 76, 7B and C3. RGB value is (118,123,195). Sum of RGB (Red+Green+Blue) = 118+123+195=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #767BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BC3 is #89843C. Grayscale: #818181. Windows color (decimal): -9012285 or 12811126. OLE color: 12811126.

HSL color Cylindrical-coordinate representation of color #767BC3: hue angle of 236.1º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767BC3 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118123195-
CMYK0.390.3700.24
HSL236.1º39.09%61.37%-
HSV(B)236.1º39.49%76.47%-
XYZ24.421.9654.58-
YUV129.71164.84119.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 195 (76.56% from 255) = 44.72%
R=27.06%
G=28.21%
B=44.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181231950.390.3700.24236.139.0961.37
Hex767BC32725018ec273d
Octal16617330347450303544775
Binary111011011110111100001110011110010101100011101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,123,195); }

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

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

 a { background-color: rgb(118,123,195); }

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

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

 span { border-color: rgb(118,123,195); }

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