#7A7E9D

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

Shades of Ship Cove #7A7E9D

Tints of Ship Cove #7A7E9D

Color information

#7A7E9D (or 0x7A7E9D) is unknown color: approx Ship Cove. HEX triplet: 7A, 7E and 9D. RGB value is (122,126,157). Sum of RGB (Red+Green+Blue) = 122+126+157=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A7E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7E9D is #858162. Grayscale: #808080. Windows color (decimal): -8749411 or 10321530. OLE color: 10321530.

HSL color Cylindrical-coordinate representation of color #7A7E9D: hue angle of 233.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A7E9D is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122126157-
CMYK0.220.2000.38
HSL233.14º15.15%54.71%-
HSV(B)233.14º22.29%61.57%-
XYZ21.5721.4934.91-
YUV128.34144.17123.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.12%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=30.12%
G=31.11%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221261570.220.2000.38233.1415.1554.71
Hex7A7E9D1614026e9f37
Octal17217623526240463511767
Binary111101011111101001110110110101000100110111010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7E9D; }

 p { color: rgb(122,126,157); }

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

<style>
 a { background-color: #7A7E9D; }

 a { background-color: rgb(122,126,157); }

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

<style>
 span { border-color: #7A7E9D; }

 span { border-color: rgb(122,126,157); }

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