#7678BA

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

Shades of Chetwode Blue #7678BA

Tints of Chetwode Blue #7678BA

Color information

#7678BA (or 0x7678BA) is unknown color: approx Chetwode Blue. HEX triplet: 76, 78 and BA. RGB value is (118,120,186). Sum of RGB (Red+Green+Blue) = 118+120+186=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #7678BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678BA is #898745. Grayscale: #7E7E7E. Windows color (decimal): -9013062 or 12220534. OLE color: 12220534.

HSL color Cylindrical-coordinate representation of color #7678BA: hue angle of 238.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7678BA is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118120186-
CMYK0.370.3500.27
HSL238.24º33.01%59.61%-
HSV(B)238.24º36.56%72.94%-
XYZ23.0520.8349.26-
YUV126.93161.34121.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=27.83%
G=28.30%
B=43.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181201860.370.3500.27238.2433.0159.61
Hex7678BA252301Bee213c
Octal16617027245430333564174
Binary111011011110001011101010010110001101101111101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7678BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7678BA; }

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

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

<style>
 a { background-color: #7678BA; }

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

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

<style>
 span { border-color: #7678BA; }

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

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