#767ECB

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

Shades of Moody Blue #767ECB

Tints of Moody Blue #767ECB

Color information

#767ECB (or 0x767ECB) is unknown color: approx Moody Blue. HEX triplet: 76, 7E and CB. RGB value is (118,126,203). Sum of RGB (Red+Green+Blue) = 118+126+203=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #767ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ECB is #898134. Grayscale: #848484. Windows color (decimal): -9011509 or 13336182. OLE color: 13336182.

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

Color convert

RGB118126203-
CMYK0.420.3800.20
HSL234.35º44.97%62.94%-
HSV(B)234.35º41.87%79.61%-
XYZ25.7123.0959.6-
YUV132.39167.85117.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.40%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=26.40%
G=28.19%
B=45.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181262030.420.3800.20234.3544.9762.94
Hex767ECB2A26014ea2d3f
Octal16617631352460243525577
Binary111011011111101100101110101010011001010011101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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