#7C8EAF

Color #7C8EAF Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7C8EAF

Tints of Ship Cove #7C8EAF

Color information

#7C8EAF (or 0x7C8EAF) is unknown color: approx Ship Cove. HEX triplet: 7C, 8E and AF. RGB value is (124,142,175). Sum of RGB (Red+Green+Blue) = 124+142+175=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C8EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8EAF is #837150. Grayscale: #8C8C8C. Windows color (decimal): -8614225 or 11505276. OLE color: 11505276.

HSL color Cylindrical-coordinate representation of color #7C8EAF: hue angle of 218.82º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C8EAF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124142175-
CMYK0.290.1900.31
HSL218.82º24.17%58.63%-
HSV(B)218.82º29.14%68.63%-
XYZ25.7226.7344.36-
YUV140.38147.54116.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.12%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=28.12%
G=32.20%
B=39.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241421750.290.1900.31218.8224.1758.63
Hex7C8EAF1D1301Fdb183b
Octal17421625735230373333073
Binary1111100100011101010111111101100110111111101101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C8EAF; }

 p { color: rgb(124,142,175); }

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

<style>
 a { background-color: #7C8EAF; }

 a { background-color: rgb(124,142,175); }

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

<style>
 span { border-color: #7C8EAF; }

 span { border-color: rgb(124,142,175); }

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