#788BAA

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

Shades of Ship Cove #788BAA

Tints of Ship Cove #788BAA

Color information

#788BAA (or 0x788BAA) is unknown color: approx Ship Cove. HEX triplet: 78, 8B and AA. RGB value is (120,139,170). Sum of RGB (Red+Green+Blue) = 120+139+170=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #788BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BAA is #877455. Grayscale: #888888. Windows color (decimal): -8877142 or 11176824. OLE color: 11176824.

HSL color Cylindrical-coordinate representation of color #788BAA: 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 #788BAA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120139170-
CMYK0.290.1800.33
HSL217.2º22.73%56.86%-
HSV(B)217.2º29.41%66.67%-
XYZ24.2325.3641.65-
YUV136.85146.71115.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=27.97%
G=32.40%
B=39.63%

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
Decimal1201391700.290.1800.33217.222.7356.86
Hex788BAA1D12021d91739
Octal17021325235220413312771
Binary11110001000101110101010111011001001000011101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788BAA; }

 p { color: rgb(120,139,170); }

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

<style>
 a { background-color: #788BAA; }

 a { background-color: rgb(120,139,170); }

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

<style>
 span { border-color: #788BAA; }

 span { border-color: rgb(120,139,170); }

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