#7B859B

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

Shades of Ship Cove #7B859B

Tints of Ship Cove #7B859B

Color information

#7B859B (or 0x7B859B) is unknown color: approx Ship Cove. HEX triplet: 7B, 85 and 9B. RGB value is (123,133,155). Sum of RGB (Red+Green+Blue) = 123+133+155=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B859B is #847A64. Grayscale: #848484. Windows color (decimal): -8682085 or 10192251. OLE color: 10192251.

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

Color convert

RGB123133155-
CMYK0.210.1400.39
HSL221.25º13.79%54.51%-
HSV(B)221.25º20.65%60.78%-
XYZ22.4723.3534.33-
YUV132.52140.69121.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.93%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=29.93%
G=32.36%
B=37.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231331550.210.1400.39221.2513.7954.51
Hex7B859B15E027dde37
Octal17320523325160473351667
Binary111101110000101100110111010111100100111110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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