#7D8CAB

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

Shades of Ship Cove #7D8CAB

Tints of Ship Cove #7D8CAB

Color information

#7D8CAB (or 0x7D8CAB) is unknown color: approx Ship Cove. HEX triplet: 7D, 8C and AB. RGB value is (125,140,171). Sum of RGB (Red+Green+Blue) = 125+140+171=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D8CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8CAB is #827354. Grayscale: #8A8A8A. Windows color (decimal): -8549205 or 11242621. OLE color: 11242621.

HSL color Cylindrical-coordinate representation of color #7D8CAB: hue angle of 220.43º degrees, saturation: 0.21, 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 #7D8CAB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125140171-
CMYK0.270.1800.33
HSL220.43º21.5%58.04%-
HSV(B)220.43º26.9%67.06%-
XYZ25.1926.0642.23-
YUV139.05146.03117.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 140 (55.08% from 255) = 32.11%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=28.67%
G=32.11%
B=39.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251401710.270.1800.33220.4321.558.04
Hex7D8CAB1B12021dc153a
Octal17521425333220413342572
Binary11111011000110010101011110111001001000011101110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,140,171); }

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

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

 a { background-color: rgb(125,140,171); }

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

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

 span { border-color: rgb(125,140,171); }

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