#7578AB

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

Shades of Chetwode Blue #7578AB

Tints of Chetwode Blue #7578AB

Color information

#7578AB (or 0x7578AB) is unknown color: approx Chetwode Blue. HEX triplet: 75, 78 and AB. RGB value is (117,120,171). Sum of RGB (Red+Green+Blue) = 117+120+171=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #7578AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7578AB is #8A8754. Grayscale: #7C7C7C. Windows color (decimal): -9078613 or 11237493. OLE color: 11237493.

HSL color Cylindrical-coordinate representation of color #7578AB: hue angle of 236.67º 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 #7578AB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117120171-
CMYK0.320.3000.33
HSL236.67º24.32%56.47%-
HSV(B)236.67º31.58%67.06%-
XYZ21.420.1641.29-
YUV124.92154.01122.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=28.68%
G=29.41%
B=41.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171201710.320.3000.33236.6724.3256.47
Hex7578AB201E021ed1838
Octal16517025340360413553070
Binary11101011111000101010111000001111001000011110110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7578AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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