#7D859F

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

Shades of Ship Cove #7D859F

Tints of Ship Cove #7D859F

Color information

#7D859F (or 0x7D859F) is unknown color: approx Ship Cove. HEX triplet: 7D, 85 and 9F. RGB value is (125,133,159). Sum of RGB (Red+Green+Blue) = 125+133+159=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D859F is #827A60. Grayscale: #858585. Windows color (decimal): -8551009 or 10454397. OLE color: 10454397.

HSL color Cylindrical-coordinate representation of color #7D859F: hue angle of 225.88º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D859F is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125133159-
CMYK0.210.1600.38
HSL225.88º15.04%55.69%-
HSV(B)225.88º21.38%62.35%-
XYZ23.123.6436.15-
YUV133.57142.35121.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=29.98%
G=31.89%
B=38.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251331590.210.1600.38225.8815.0455.69
Hex7D859F1510026e2f38
Octal17520523725200463421770
Binary1111101100001011001111110101100000100110111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,133,159); }

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

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

 a { background-color: rgb(125,133,159); }

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

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

 span { border-color: rgb(125,133,159); }

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