#7578B7

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

Shades of Chetwode Blue #7578B7

Tints of Chetwode Blue #7578B7

Color information

#7578B7 (or 0x7578B7) is unknown color: approx Chetwode Blue. HEX triplet: 75, 78 and B7. RGB value is (117,120,183). Sum of RGB (Red+Green+Blue) = 117+120+183=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #7578B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578B7 is #8A8748. Grayscale: #7E7E7E. Windows color (decimal): -9078601 or 12023925. OLE color: 12023925.

HSL color Cylindrical-coordinate representation of color #7578B7: hue angle of 237.27º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7578B7 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB117120183-
CMYK0.360.3400.28
HSL237.27º31.43%58.82%-
HSV(B)237.27º36.07%71.76%-
XYZ22.620.6347.59-
YUV126.28160.01121.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 183 (71.88% from 255) = 43.57%
R=27.86%
G=28.57%
B=43.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171201830.360.3400.28237.2731.4358.82
Hex7578B7242201Ced1f3b
Octal16517026744420343553773
Binary11101011111000101101111001001000100111001110110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7578B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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