#767BCE

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

Shades of Moody Blue #767BCE

Tints of Moody Blue #767BCE

Color information

#767BCE (or 0x767BCE) is unknown color: approx Moody Blue. HEX triplet: 76, 7B and CE. RGB value is (118,123,206). Sum of RGB (Red+Green+Blue) = 118+123+206=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #767BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BCE is #898431. Grayscale: #828282. Windows color (decimal): -9012274 or 13532022. OLE color: 13532022.

HSL color Cylindrical-coordinate representation of color #767BCE: hue angle of 236.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767BCE is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118123206-
CMYK0.430.4000.19
HSL236.59º47.31%63.53%-
HSV(B)236.59º42.72%80.78%-
XYZ25.6922.4761.38-
YUV130.97170.34118.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.40%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=26.40%
G=27.52%
B=46.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181232060.430.4000.19236.5947.3163.53
Hex767BCE2B28013ed2f40
Octal166173316535002335557100
Binary1110110111101111001110101011101000010011111011011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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