#798BA4

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

Shades of Ship Cove #798BA4

Tints of Ship Cove #798BA4

Color information

#798BA4 (or 0x798BA4) is unknown color: approx Ship Cove. HEX triplet: 79, 8B and A4. RGB value is (121,139,164). Sum of RGB (Red+Green+Blue) = 121+139+164=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 164 - color contains mainly: blue. Hex color #798BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BA4 is #86745B. Grayscale: #888888. Windows color (decimal): -8811612 or 10783609. OLE color: 10783609.

HSL color Cylindrical-coordinate representation of color #798BA4: hue angle of 214.88º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #798BA4 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121139164-
CMYK0.260.1500.36
HSL214.88º19.11%55.88%-
HSV(B)214.88º26.22%64.31%-
XYZ23.8225.2138.73-
YUV136.47143.54116.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.54%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=28.54%
G=32.78%
B=38.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211391640.260.1500.36214.8819.1155.88
Hex798BA41AF024d71338
Octal17121324432170443272370
Binary1111001100010111010010011010111101001001101011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798BA4; }

 p { color: rgb(121,139,164); }

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

<style>
 a { background-color: #798BA4; }

 a { background-color: rgb(121,139,164); }

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

<style>
 span { border-color: #798BA4; }

 span { border-color: rgb(121,139,164); }

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