#7F92AF

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

Shades of Ship Cove #7F92AF

Tints of Ship Cove #7F92AF

Color information

#7F92AF (or 0x7F92AF) is unknown color: approx Ship Cove. HEX triplet: 7F, 92 and AF. RGB value is (127,146,175). Sum of RGB (Red+Green+Blue) = 127+146+175=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F92AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F92AF is #806D50. Grayscale: #8F8F8F. Windows color (decimal): -8416593 or 11506303. OLE color: 11506303.

HSL color Cylindrical-coordinate representation of color #7F92AF: hue angle of 216.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F92AF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127146175-
CMYK0.270.1700.31
HSL216.25º23.08%59.22%-
HSV(B)216.25º27.43%68.63%-
XYZ26.7728.1644.58-
YUV143.62145.71116.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=28.35%
G=32.59%
B=39.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271461750.270.1700.31216.2523.0859.22
Hex7F92AF1B1101Fd8173b
Octal17722225733210373302773
Binary1111111100100101010111111011100010111111101100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F92AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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