#798CAB

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

Shades of Ship Cove #798CAB

Tints of Ship Cove #798CAB

Color information

#798CAB (or 0x798CAB) is unknown color: approx Ship Cove. HEX triplet: 79, 8C and AB. RGB value is (121,140,171). Sum of RGB (Red+Green+Blue) = 121+140+171=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #798CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798CAB is #867354. Grayscale: #898989. Windows color (decimal): -8811349 or 11242617. OLE color: 11242617.

HSL color Cylindrical-coordinate representation of color #798CAB: hue angle of 217.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #798CAB is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121140171-
CMYK0.290.1800.33
HSL217.2º22.94%57.25%-
HSV(B)217.2º29.24%67.06%-
XYZ24.6125.7642.2-
YUV137.85146.71115.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 140 (55.08% from 255) = 32.41%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=28.01%
G=32.41%
B=39.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211401710.290.1800.33217.222.9457.25
Hex798CAB1D12021d91739
Octal17121425335220413312771
Binary11110011000110010101011111011001001000011101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,140,171); }

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

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

 a { background-color: rgb(121,140,171); }

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

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

 span { border-color: rgb(121,140,171); }

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