#7893B4

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

Shades of Ship Cove #7893B4

Tints of Ship Cove #7893B4

Color information

#7893B4 (or 0x7893B4) is unknown color: approx Ship Cove. HEX triplet: 78, 93 and B4. RGB value is (120,147,180). Sum of RGB (Red+Green+Blue) = 120+147+180=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #7893B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7893B4 is #876C4B. Grayscale: #8E8E8E. Windows color (decimal): -8875084 or 11834232. OLE color: 11834232.

HSL color Cylindrical-coordinate representation of color #7893B4: hue angle of 213º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7893B4 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120147180-
CMYK0.330.1800.29
HSL213º28.57%58.82%-
HSV(B)213º33.33%70.59%-
XYZ26.4228.1647.22-
YUV142.69149.05111.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.85%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=26.85%
G=32.89%
B=40.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201471800.330.1800.2921328.5758.82
Hex7893B4211201Dd51d3b
Octal17022326441220353253573
Binary11110001001001110110100100001100100111011101010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7893B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7893B4; }

 p { color: rgb(120,147,180); }

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

<style>
 a { background-color: #7893B4; }

 a { background-color: rgb(120,147,180); }

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

<style>
 span { border-color: #7893B4; }

 span { border-color: rgb(120,147,180); }

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