#767BDB

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

Shades of Moody Blue #767BDB

Tints of Moody Blue #767BDB

Color information

#767BDB (or 0x767BDB) is unknown color: approx Moody Blue. HEX triplet: 76, 7B and DB. RGB value is (118,123,219). Sum of RGB (Red+Green+Blue) = 118+123+219=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #767BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BDB is #898424. Grayscale: #848484. Windows color (decimal): -9012261 or 14383990. OLE color: 14383990.

HSL color Cylindrical-coordinate representation of color #767BDB: hue angle of 237.03º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767BDB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118123219-
CMYK0.460.4400.14
HSL237.03º58.38%66.08%-
HSV(B)237.03º46.12%85.88%-
XYZ27.3423.1370.04-
YUV132.45176.84117.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 219 (85.94% from 255) = 47.61%
R=25.65%
G=26.74%
B=47.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181232190.460.4400.14237.0358.3866.08
Hex767BDB2E2C0Eed3a42
Octal166173333565401635572102
Binary111011011110111101101110111010110001110111011011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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