#788AAF

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

Shades of Ship Cove #788AAF

Tints of Ship Cove #788AAF

Color information

#788AAF (or 0x788AAF) is unknown color: approx Ship Cove. HEX triplet: 78, 8A and AF. RGB value is (120,138,175). Sum of RGB (Red+Green+Blue) = 120+138+175=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #788AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AAF is #877550. Grayscale: #888888. Windows color (decimal): -8877393 or 11504248. OLE color: 11504248.

HSL color Cylindrical-coordinate representation of color #788AAF: hue angle of 220.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788AAF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120138175-
CMYK0.310.2100.31
HSL220.36º25.58%57.84%-
HSV(B)220.36º31.43%68.63%-
XYZ24.5725.2744.14-
YUV136.84149.54115.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=27.71%
G=31.87%
B=40.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201381750.310.2100.31220.3625.5857.84
Hex788AAF1F1501Fdc1a3a
Octal17021225737250373343272
Binary1111000100010101010111111111101010111111101110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,138,175); }

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

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

 a { background-color: rgb(120,138,175); }

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

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

 span { border-color: rgb(120,138,175); }

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