#7B809F

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

Shades of Ship Cove #7B809F

Tints of Ship Cove #7B809F

Color information

#7B809F (or 0x7B809F) is unknown color: approx Ship Cove. HEX triplet: 7B, 80 and 9F. RGB value is (123,128,159). Sum of RGB (Red+Green+Blue) = 123+128+159=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B809F is #847F60. Grayscale: #818181. Windows color (decimal): -8683361 or 10453115. OLE color: 10453115.

HSL color Cylindrical-coordinate representation of color #7B809F: hue angle of 231.67º 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 #7B809F is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB123128159-
CMYK0.230.1900.38
HSL231.67º15.79%55.29%-
HSV(B)231.67º22.64%62.35%-
XYZ22.1522.1535.91-
YUV130.04144.34122.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=30%
G=31.22%
B=38.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231281590.230.1900.38231.6715.7955.29
Hex7B809F1713026e81037
Octal17320023727230463502067
Binary11110111000000010011111101111001101001101110100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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