#7C82AB

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

Shades of Ship Cove #7C82AB

Tints of Ship Cove #7C82AB

Color information

#7C82AB (or 0x7C82AB) is unknown color: approx Ship Cove. HEX triplet: 7C, 82 and AB. RGB value is (124,130,171). Sum of RGB (Red+Green+Blue) = 124+130+171=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C82AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C82AB is #837D54. Grayscale: #848484. Windows color (decimal): -8617301 or 11240060. OLE color: 11240060.

HSL color Cylindrical-coordinate representation of color #7C82AB: hue angle of 232.34º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C82AB is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124130171-
CMYK0.270.2400.33
HSL232.34º21.86%57.84%-
HSV(B)232.34º27.49%67.06%-
XYZ23.6523.1941.76-
YUV132.88149.51121.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=29.18%
G=30.59%
B=40.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241301710.270.2400.33232.3421.8657.84
Hex7C82AB1B18021e8163a
Octal17420225333300413502672
Binary11111001000001010101011110111100001000011110100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C82AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,171); }

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

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

 a { background-color: rgb(124,130,171); }

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

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

 span { border-color: rgb(124,130,171); }

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