#7876AF

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

Shades of Chetwode Blue #7876AF

Tints of Chetwode Blue #7876AF

Color information

#7876AF (or 0x7876AF) is unknown color: approx Chetwode Blue. HEX triplet: 78, 76 and AF. RGB value is (120,118,175). Sum of RGB (Red+Green+Blue) = 120+118+175=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #7876AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7876AF is #878950. Grayscale: #7C7C7C. Windows color (decimal): -8882513 or 11499128. OLE color: 11499128.

HSL color Cylindrical-coordinate representation of color #7876AF: hue angle of 242.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7876AF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120118175-
CMYK0.310.3300.31
HSL242.11º26.27%57.45%-
HSV(B)242.11º32.57%68.63%-
XYZ21.9620.0543.27-
YUV125.1156.16124.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=29.06%
G=28.57%
B=42.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201181750.310.3300.31242.1126.2757.45
Hex7876AF1F2101Ff21a39
Octal17016625737410373623271
Binary1111000111011010101111111111000010111111111001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7876AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7876AF; }

 p { color: rgb(120,118,175); }

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

<style>
 a { background-color: #7876AF; }

 a { background-color: rgb(120,118,175); }

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

<style>
 span { border-color: #7876AF; }

 span { border-color: rgb(120,118,175); }

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