#767BC9

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

Shades of Moody Blue #767BC9

Tints of Moody Blue #767BC9

Color information

#767BC9 (or 0x767BC9) is unknown color: approx Moody Blue. HEX triplet: 76, 7B and C9. RGB value is (118,123,201). Sum of RGB (Red+Green+Blue) = 118+123+201=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #767BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BC9 is #898436. Grayscale: #828282. Windows color (decimal): -9012279 or 13204342. OLE color: 13204342.

HSL color Cylindrical-coordinate representation of color #767BC9: hue angle of 236.39º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #767BC9 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118123201-
CMYK0.410.3900.21
HSL236.39º43.46%62.55%-
HSV(B)236.39º41.29%78.82%-
XYZ25.122.2358.23-
YUV130.4167.84119.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=26.70%
G=27.83%
B=45.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181232010.410.3900.21236.3943.4662.55
Hex767BC92927015ec2b3f
Octal16617331151470253545377
Binary111011011110111100100110100110011101010111101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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