#7B859F

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

Shades of Ship Cove #7B859F

Tints of Ship Cove #7B859F

Color information

#7B859F (or 0x7B859F) is unknown color: approx Ship Cove. HEX triplet: 7B, 85 and 9F. RGB value is (123,133,159). Sum of RGB (Red+Green+Blue) = 123+133+159=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B859F is #847A60. Grayscale: #848484. Windows color (decimal): -8682081 or 10454395. OLE color: 10454395.

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

Color convert

RGB123133159-
CMYK0.230.1600.38
HSL223.33º15.79%55.29%-
HSV(B)223.33º22.64%62.35%-
XYZ22.8123.4936.13-
YUV132.97142.69120.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.64%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=29.64%
G=32.05%
B=38.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231331590.230.1600.38223.3315.7955.29
Hex7B859F1710026df1037
Octal17320523727200463372067
Binary11110111000010110011111101111000001001101101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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