#7D849C

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

Shades of Ship Cove #7D849C

Tints of Ship Cove #7D849C

Color information

#7D849C (or 0x7D849C) is unknown color: approx Ship Cove. HEX triplet: 7D, 84 and 9C. RGB value is (125,132,156). Sum of RGB (Red+Green+Blue) = 125+132+156=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D849C is #827B63. Grayscale: #848484. Windows color (decimal): -8551268 or 10257533. OLE color: 10257533.

HSL color Cylindrical-coordinate representation of color #7D849C: hue angle of 226.45º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D849C is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB125132156-
CMYK0.200.1500.39
HSL226.45º13.54%55.1%-
HSV(B)226.45º19.87%61.18%-
XYZ22.7123.2634.75-
YUV132.64141.18122.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.27%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=30.27%
G=31.96%
B=37.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251321560.200.1500.39226.4513.5455.1
Hex7D849C14F027e2e37
Octal17520423424170473421667
Binary111110110000100100111001010011110100111111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,132,156); }

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

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

 a { background-color: rgb(125,132,156); }

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

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

 span { border-color: rgb(125,132,156); }

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