#798CB2

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

Shades of Ship Cove #798CB2

Tints of Ship Cove #798CB2

Color information

#798CB2 (or 0x798CB2) is unknown color: approx Ship Cove. HEX triplet: 79, 8C and B2. RGB value is (121,140,178). Sum of RGB (Red+Green+Blue) = 121+140+178=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #798CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798CB2 is #86734D. Grayscale: #8A8A8A. Windows color (decimal): -8811342 or 11701369. OLE color: 11701369.

HSL color Cylindrical-coordinate representation of color #798CB2: hue angle of 220º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #798CB2 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB121140178-
CMYK0.320.2100.30
HSL220º27.01%58.63%-
HSV(B)220º32.02%69.8%-
XYZ25.326.0445.81-
YUV138.65150.21115.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 178 (69.92% from 255) = 40.55%
R=27.56%
G=31.89%
B=40.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211401780.320.2100.3022027.0158.63
Hex798CB2201501Edc1b3b
Octal17121426240250363343373
Binary11110011000110010110010100000101010111101101110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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