#7C849D

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

Shades of Ship Cove #7C849D

Tints of Ship Cove #7C849D

Color information

#7C849D (or 0x7C849D) is unknown color: approx Ship Cove. HEX triplet: 7C, 84 and 9D. RGB value is (124,132,157). Sum of RGB (Red+Green+Blue) = 124+132+157=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C849D is #837B62. Grayscale: #848484. Windows color (decimal): -8616803 or 10323068. OLE color: 10323068.

HSL color Cylindrical-coordinate representation of color #7C849D: hue angle of 225.45º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C849D is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124132157-
CMYK0.210.1600.38
HSL225.45º14.41%55.1%-
HSV(B)225.45º21.02%61.57%-
XYZ22.6523.2235.19-
YUV132.46141.85121.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=30.02%
G=31.96%
B=38.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241321570.210.1600.38225.4514.4155.1
Hex7C849D1510026e1e37
Octal17420423525200463411667
Binary1111100100001001001110110101100000100110111000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,132,157); }

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

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

 a { background-color: rgb(124,132,157); }

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

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

 span { border-color: rgb(124,132,157); }

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