#787FAA

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

Shades of Ship Cove #787FAA

Tints of Ship Cove #787FAA

Color information

#787FAA (or 0x787FAA) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and AA. RGB value is (120,127,170). Sum of RGB (Red+Green+Blue) = 120+127+170=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #787FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FAA is #878055. Grayscale: #818181. Windows color (decimal): -8880214 or 11173752. OLE color: 11173752.

HSL color Cylindrical-coordinate representation of color #787FAA: hue angle of 231.6º 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 #787FAA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120127170-
CMYK0.290.2500.33
HSL231.6º22.73%56.86%-
HSV(B)231.6º29.41%66.67%-
XYZ22.5922.0741.1-
YUV129.81150.68121-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=28.78%
G=30.46%
B=40.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201271700.290.2500.33231.622.7356.86
Hex787FAA1D19021e81739
Octal17017725235310413502771
Binary1111000111111110101010111011100101000011110100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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