#787EAD

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

Shades of Ship Cove #787EAD

Tints of Ship Cove #787EAD

Color information

#787EAD (or 0x787EAD) is unknown color: approx Ship Cove. HEX triplet: 78, 7E and AD. RGB value is (120,126,173). Sum of RGB (Red+Green+Blue) = 120+126+173=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #787EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787EAD is #878152. Grayscale: #818181. Windows color (decimal): -8880467 or 11370104. OLE color: 11370104.

HSL color Cylindrical-coordinate representation of color #787EAD: hue angle of 233.21º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787EAD is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120126173-
CMYK0.310.2700.32
HSL233.21º24.42%57.45%-
HSV(B)233.21º30.64%67.84%-
XYZ22.7521.9342.57-
YUV129.56152.51121.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.64%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=28.64%
G=30.07%
B=41.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201261730.310.2700.32233.2124.4257.45
Hex787EAD1F1B020e91839
Octal17017625537330403513071
Binary1111000111111010101101111111101101000001110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,126,173); }

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

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

 a { background-color: rgb(120,126,173); }

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

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

 span { border-color: rgb(120,126,173); }

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