#797BAF

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

Shades of Chetwode Blue #797BAF

Tints of Chetwode Blue #797BAF

Color information

#797BAF (or 0x797BAF) is unknown color: approx Chetwode Blue. HEX triplet: 79, 7B and AF. RGB value is (121,123,175). Sum of RGB (Red+Green+Blue) = 121+123+175=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #797BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797BAF is #868450. Grayscale: #808080. Windows color (decimal): -8815697 or 11500409. OLE color: 11500409.

HSL color Cylindrical-coordinate representation of color #797BAF: hue angle of 237.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #797BAF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121123175-
CMYK0.310.3000.31
HSL237.78º25.23%58.04%-
HSV(B)237.78º30.86%68.63%-
XYZ22.7121.3343.48-
YUV128.33154.34122.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=28.88%
G=29.36%
B=41.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211231750.310.3000.31237.7825.2358.04
Hex797BAF1F1E01Fee193a
Octal17117325737360373563172
Binary111100111110111010111111111111100111111110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797BAF; }

 p { color: rgb(121,123,175); }

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

<style>
 a { background-color: #797BAF; }

 a { background-color: rgb(121,123,175); }

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

<style>
 span { border-color: #797BAF; }

 span { border-color: rgb(121,123,175); }

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