#7D8DAF

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

Shades of Ship Cove #7D8DAF

Tints of Ship Cove #7D8DAF

Color information

#7D8DAF (or 0x7D8DAF) is unknown color: approx Ship Cove. HEX triplet: 7D, 8D and AF. RGB value is (125,141,175). Sum of RGB (Red+Green+Blue) = 125+141+175=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D8DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8DAF is #827250. Grayscale: #8B8B8B. Windows color (decimal): -8548945 or 11505021. OLE color: 11505021.

HSL color Cylindrical-coordinate representation of color #7D8DAF: hue angle of 220.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D8DAF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125141175-
CMYK0.290.1900.31
HSL220.8º23.81%58.82%-
HSV(B)220.8º28.57%68.63%-
XYZ25.7226.544.32-
YUV140.09147.7117.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=28.34%
G=31.97%
B=39.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251411750.290.1900.31220.823.8158.82
Hex7D8DAF1D1301Fdd183b
Octal17521525735230373353073
Binary1111101100011011010111111101100110111111101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,175); }

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

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

 a { background-color: rgb(125,141,175); }

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

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

 span { border-color: rgb(125,141,175); }

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