#7D859B

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

Shades of Ship Cove #7D859B

Tints of Ship Cove #7D859B

Color information

#7D859B (or 0x7D859B) is unknown color: approx Ship Cove. HEX triplet: 7D, 85 and 9B. RGB value is (125,133,155). Sum of RGB (Red+Green+Blue) = 125+133+155=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D859B is #827A64. Grayscale: #858585. Windows color (decimal): -8551013 or 10192253. OLE color: 10192253.

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

Color convert

RGB125133155-
CMYK0.190.1400.39
HSL224º13.04%54.9%-
HSV(B)224º19.35%60.78%-
XYZ22.7623.534.35-
YUV133.12140.35122.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.27%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 155 (60.94% from 255) = 37.53%
R=30.27%
G=32.20%
B=37.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251331550.190.1400.3922413.0454.9
Hex7D859B13E027e0d37
Octal17520523323160473401567
Binary111110110000101100110111001111100100111111000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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