#7882AE

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

Shades of Ship Cove #7882AE

Tints of Ship Cove #7882AE

Color information

#7882AE (or 0x7882AE) is unknown color: approx Ship Cove. HEX triplet: 78, 82 and AE. RGB value is (120,130,174). Sum of RGB (Red+Green+Blue) = 120+130+174=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #7882AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7882AE is #877D51. Grayscale: #838383. Windows color (decimal): -8879442 or 11436664. OLE color: 11436664.

HSL color Cylindrical-coordinate representation of color #7882AE: hue angle of 228.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7882AE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120130174-
CMYK0.310.2500.32
HSL228.89º25%57.65%-
HSV(B)228.89º31.03%68.24%-
XYZ23.3723.0143.25-
YUV132.03151.69119.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=28.30%
G=30.66%
B=41.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201301740.310.2500.32228.892557.65
Hex7882AE1F19020e5193a
Octal17020225637310403453172
Binary11110001000001010101110111111100101000001110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7882AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7882AE; }

 p { color: rgb(120,130,174); }

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

<style>
 a { background-color: #7882AE; }

 a { background-color: rgb(120,130,174); }

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

<style>
 span { border-color: #7882AE; }

 span { border-color: rgb(120,130,174); }

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