#767ECA

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

Shades of Moody Blue #767ECA

Tints of Moody Blue #767ECA

Color information

#767ECA (or 0x767ECA) is unknown color: approx Moody Blue. HEX triplet: 76, 7E and CA. RGB value is (118,126,202). Sum of RGB (Red+Green+Blue) = 118+126+202=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #767ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECA is #898135. Grayscale: #838383. Windows color (decimal): -9011510 or 13270646. OLE color: 13270646.

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

Color convert

RGB118126202-
CMYK0.420.3800.21
HSL234.29º44.21%62.75%-
HSV(B)234.29º41.58%79.22%-
XYZ25.5923.0458.97-
YUV132.27167.35117.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=26.46%
G=28.25%
B=45.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181262020.420.3800.21234.2944.2162.75
Hex767ECA2A26015ea2c3f
Octal16617631252460253525477
Binary111011011111101100101010101010011001010111101010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,202); }

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

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

 a { background-color: rgb(118,126,202); }

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

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

 span { border-color: rgb(118,126,202); }

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