#787FA4

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

Shades of Ship Cove #787FA4

Tints of Ship Cove #787FA4

Color information

#787FA4 (or 0x787FA4) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and A4. RGB value is (120,127,164). Sum of RGB (Red+Green+Blue) = 120+127+164=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #787FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA4 is #87805B. Grayscale: #808080. Windows color (decimal): -8880220 or 10780536. OLE color: 10780536.

HSL color Cylindrical-coordinate representation of color #787FA4: hue angle of 230.45º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787FA4 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB120127164-
CMYK0.270.2300.36
HSL230.45º19.47%55.69%-
HSV(B)230.45º26.83%64.31%-
XYZ22.0421.8538.18-
YUV129.12147.68121.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=29.20%
G=30.90%
B=39.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201271640.270.2300.36230.4519.4755.69
Hex787FA41B17024e61338
Octal17017724433270443462370
Binary1111000111111110100100110111011101001001110011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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