#7F8BAA

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

Shades of Ship Cove #7F8BAA

Tints of Ship Cove #7F8BAA

Color information

#7F8BAA (or 0x7F8BAA) is unknown color: approx Ship Cove. HEX triplet: 7F, 8B and AA. RGB value is (127,139,170). Sum of RGB (Red+Green+Blue) = 127+139+170=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F8BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8BAA is #807455. Grayscale: #8A8A8A. Windows color (decimal): -8418390 or 11176831. OLE color: 11176831.

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

Color convert

RGB127139170-
CMYK0.250.1800.33
HSL223.26º20.19%58.24%-
HSV(B)223.26º25.29%66.67%-
XYZ25.2425.8841.7-
YUV138.95145.52119.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.13%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=29.13%
G=31.88%
B=38.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271391700.250.1800.33223.2620.1958.24
Hex7F8BAA1912021df143a
Octal17721325231220413372472
Binary11111111000101110101010110011001001000011101111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,139,170); }

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

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

 a { background-color: rgb(127,139,170); }

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

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

 span { border-color: rgb(127,139,170); }

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