#787FA1

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

Shades of Ship Cove #787FA1

Tints of Ship Cove #787FA1

Color information

#787FA1 (or 0x787FA1) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and A1. RGB value is (120,127,161). Sum of RGB (Red+Green+Blue) = 120+127+161=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 161 - color contains mainly: blue. Hex color #787FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA1 is #87805E. Grayscale: #808080. Windows color (decimal): -8880223 or 10583928. OLE color: 10583928.

HSL color Cylindrical-coordinate representation of color #787FA1: hue angle of 229.76º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787FA1 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB120127161-
CMYK0.250.2100.37
HSL229.76º17.9%55.1%-
HSV(B)229.76º25.47%63.14%-
XYZ21.7721.7536.77-
YUV128.78146.18121.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 161 (63.28% from 255) = 39.46%
R=29.41%
G=31.13%
B=39.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1201271610.250.2100.37229.7617.955.1
Hex787FA11915025e61237
Octal17017724131250453462267
Binary1111000111111110100001110011010101001011110011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787FA1; }

 p { color: rgb(120,127,161); }

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

<style>
 a { background-color: #787FA1; }

 a { background-color: rgb(120,127,161); }

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

<style>
 span { border-color: #787FA1; }

 span { border-color: rgb(120,127,161); }

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