#7E8BAC

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

Shades of Ship Cove #7E8BAC

Tints of Ship Cove #7E8BAC

Color information

#7E8BAC (or 0x7E8BAC) is unknown color: approx Ship Cove. HEX triplet: 7E, 8B and AC. RGB value is (126,139,172). Sum of RGB (Red+Green+Blue) = 126+139+172=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E8BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8BAC is #817453. Grayscale: #8A8A8A. Windows color (decimal): -8483924 or 11307902. OLE color: 11307902.

HSL color Cylindrical-coordinate representation of color #7E8BAC: hue angle of 223.04º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E8BAC is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126139172-
CMYK0.270.1900.33
HSL223.04º21.7%58.43%-
HSV(B)223.04º26.74%67.45%-
XYZ25.2825.8842.69-
YUV138.88146.69118.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.83%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=28.83%
G=31.81%
B=39.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261391720.270.1900.33223.0421.758.43
Hex7E8BAC1B13021df163a
Octal17621325433230413372672
Binary11111101000101110101100110111001101000011101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,139,172); }

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

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

 a { background-color: rgb(126,139,172); }

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

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

 span { border-color: rgb(126,139,172); }

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