#7178C3

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

Shades of Chetwode Blue #7178C3

Tints of Chetwode Blue #7178C3

Color information

#7178C3 (or 0x7178C3) is unknown color: approx Chetwode Blue. HEX triplet: 71, 78 and C3. RGB value is (113,120,195). Sum of RGB (Red+Green+Blue) = 113+120+195=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #7178C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7178C3 is #8E873C. Grayscale: #7E7E7E. Windows color (decimal): -9340733 or 12810353. OLE color: 12810353.

HSL color Cylindrical-coordinate representation of color #7178C3: hue angle of 234.88º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7178C3 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB113120195-
CMYK0.420.3800.24
HSL234.88º40.59%60.39%-
HSV(B)234.88º42.05%76.47%-
XYZ23.3820.8854.43-
YUV126.46166.68118.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.40%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 195 (76.56% from 255) = 45.56%
R=26.40%
G=28.04%
B=45.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131201950.420.3800.24234.8840.5960.39
Hex7178C32A26018eb293c
Octal16117030352460303535174
Binary111000111110001100001110101010011001100011101011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7178C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7178C3; }

 p { color: rgb(113,120,195); }

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

<style>
 a { background-color: #7178C3; }

 a { background-color: rgb(113,120,195); }

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

<style>
 span { border-color: #7178C3; }

 span { border-color: rgb(113,120,195); }

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