#7C859D

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

Shades of Ship Cove #7C859D

Tints of Ship Cove #7C859D

Color information

#7C859D (or 0x7C859D) is unknown color: approx Ship Cove. HEX triplet: 7C, 85 and 9D. RGB value is (124,133,157). Sum of RGB (Red+Green+Blue) = 124+133+157=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C859D is #837A62. Grayscale: #848484. Windows color (decimal): -8616547 or 10323324. OLE color: 10323324.

HSL color Cylindrical-coordinate representation of color #7C859D: hue angle of 223.64º 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 #7C859D is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124133157-
CMYK0.210.1500.38
HSL223.64º14.41%55.1%-
HSV(B)223.64º21.02%61.57%-
XYZ22.7923.4935.23-
YUV133.04141.52121.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=29.95%
G=32.13%
B=37.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241331570.210.1500.38223.6414.4155.1
Hex7C859D15F026e0e37
Octal17420523525170463401667
Binary111110010000101100111011010111110100110111000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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