#7882AD

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

Shades of Ship Cove #7882AD

Tints of Ship Cove #7882AD

Color information

#7882AD (or 0x7882AD) is unknown color: approx Ship Cove. HEX triplet: 78, 82 and AD. RGB value is (120,130,173). Sum of RGB (Red+Green+Blue) = 120+130+173=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #7882AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7882AD is #877D52. Grayscale: #838383. Windows color (decimal): -8879443 or 11371128. OLE color: 11371128.

HSL color Cylindrical-coordinate representation of color #7882AD: hue angle of 228.68º 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 #7882AD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120130173-
CMYK0.310.2500.32
HSL228.68º24.42%57.45%-
HSV(B)228.68º30.64%67.84%-
XYZ23.2722.9842.74-
YUV131.91151.19119.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=28.37%
G=30.73%
B=40.90%

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
Decimal1201301730.310.2500.32228.6824.4257.45
Hex7882AD1F19020e51839
Octal17020225537310403453071
Binary11110001000001010101101111111100101000001110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7882AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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