#7675AB

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

Shades of Chetwode Blue #7675AB

Tints of Chetwode Blue #7675AB

Color information

#7675AB (or 0x7675AB) is unknown color: approx Chetwode Blue. HEX triplet: 76, 75 and AB. RGB value is (118,117,171). Sum of RGB (Red+Green+Blue) = 118+117+171=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #7675AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7675AB is #898A54. Grayscale: #7B7B7B. Windows color (decimal): -9013845 or 11236726. OLE color: 11236726.

HSL color Cylindrical-coordinate representation of color #7675AB: hue angle of 241.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7675AB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118117171-
CMYK0.310.3200.33
HSL241.11º24.32%56.47%-
HSV(B)241.11º31.58%67.06%-
XYZ21.1819.5141.18-
YUV123.46154.83124.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=29.06%
G=28.82%
B=42.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181171710.310.3200.33241.1124.3256.47
Hex7675AB1F20021f11838
Octal16616525337400413613070
Binary11101101110101101010111111110000001000011111000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7675AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7675AB; }

 p { color: rgb(118,117,171); }

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

<style>
 a { background-color: #7675AB; }

 a { background-color: rgb(118,117,171); }

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

<style>
 span { border-color: #7675AB; }

 span { border-color: rgb(118,117,171); }

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