#7F92AE

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

Shades of Ship Cove #7F92AE

Tints of Ship Cove #7F92AE

Color information

#7F92AE (or 0x7F92AE) is unknown color: approx Ship Cove. HEX triplet: 7F, 92 and AE. RGB value is (127,146,174). Sum of RGB (Red+Green+Blue) = 127+146+174=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F92AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F92AE is #806D51. Grayscale: #8F8F8F. Windows color (decimal): -8416594 or 11440767. OLE color: 11440767.

HSL color Cylindrical-coordinate representation of color #7F92AE: hue angle of 215.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F92AE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB127146174-
CMYK0.270.1600.32
HSL215.74º22.49%59.02%-
HSV(B)215.74º27.01%68.24%-
XYZ26.6728.1344.07-
YUV143.51145.21116.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.41%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=28.41%
G=32.66%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271461740.270.1600.32215.7422.4959.02
Hex7F92AE1B10020d8163b
Octal17722225633200403302673
Binary11111111001001010101110110111000001000001101100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,146,174); }

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

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

 a { background-color: rgb(127,146,174); }

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

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

 span { border-color: rgb(127,146,174); }

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