#787BAC

Color #787BAC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #787BAC

Tints of Chetwode Blue #787BAC

Color information

#787BAC (or 0x787BAC) is unknown color: approx Chetwode Blue. HEX triplet: 78, 7B and AC. RGB value is (120,123,172). Sum of RGB (Red+Green+Blue) = 120+123+172=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #787BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BAC is #878453. Grayscale: #7F7F7F. Windows color (decimal): -8881236 or 11303800. OLE color: 11303800.

HSL color Cylindrical-coordinate representation of color #787BAC: hue angle of 236.54º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #787BAC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120123172-
CMYK0.300.2800.33
HSL236.54º23.85%57.25%-
HSV(B)236.54º30.23%67.45%-
XYZ22.2821.1441.94-
YUV127.69153.01122.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.92%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=28.92%
G=29.64%
B=41.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201231720.300.2800.33236.5423.8557.25
Hex787BAC1E1C021ed1839
Octal17017325436340413553071
Binary1111000111101110101100111101110001000011110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787BAC; }

 p { color: rgb(120,123,172); }

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

<style>
 a { background-color: #787BAC; }

 a { background-color: rgb(120,123,172); }

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

<style>
 span { border-color: #787BAC; }

 span { border-color: rgb(120,123,172); }

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