#767CD7

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

Shades of Moody Blue #767CD7

Tints of Moody Blue #767CD7

Color information

#767CD7 (or 0x767CD7) is unknown color: approx Moody Blue. HEX triplet: 76, 7C and D7. RGB value is (118,124,215). Sum of RGB (Red+Green+Blue) = 118+124+215=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #767CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CD7 is #898328. Grayscale: #848484. Windows color (decimal): -9012009 or 14122102. OLE color: 14122102.

HSL color Cylindrical-coordinate representation of color #767CD7: hue angle of 236.29º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767CD7 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118124215-
CMYK0.450.4200.16
HSL236.29º54.8%65.29%-
HSV(B)236.29º45.12%84.31%-
XYZ26.9423.1767.34-
YUV132.58174.51117.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=25.82%
G=27.13%
B=47.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181242150.450.4200.16236.2954.865.29
Hex767CD72D2A010ec3741
Octal166174327555202035467101
Binary1110110111110011010111101101101010010000111011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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