#7C84AD

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

Shades of Ship Cove #7C84AD

Tints of Ship Cove #7C84AD

Color information

#7C84AD (or 0x7C84AD) is unknown color: approx Ship Cove. HEX triplet: 7C, 84 and AD. RGB value is (124,132,173). Sum of RGB (Red+Green+Blue) = 124+132+173=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C84AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C84AD is #837B52. Grayscale: #868686. Windows color (decimal): -8616787 or 11371644. OLE color: 11371644.

HSL color Cylindrical-coordinate representation of color #7C84AD: hue angle of 230.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C84AD is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124132173-
CMYK0.280.2400.32
HSL230.2º23%58.24%-
HSV(B)230.2º28.32%67.84%-
XYZ24.1123.842.86-
YUV134.28149.85120.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=28.90%
G=30.77%
B=40.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241321730.280.2400.32230.22358.24
Hex7C84AD1C18020e6173a
Octal17420425534300403462772
Binary11111001000010010101101111001100001000001110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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