#7F94AF

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

Shades of Ship Cove #7F94AF

Tints of Ship Cove #7F94AF

Color information

#7F94AF (or 0x7F94AF) is unknown color: approx Ship Cove. HEX triplet: 7F, 94 and AF. RGB value is (127,148,175). Sum of RGB (Red+Green+Blue) = 127+148+175=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F94AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F94AF is #806B50. Grayscale: #909090. Windows color (decimal): -8416081 or 11506815. OLE color: 11506815.

HSL color Cylindrical-coordinate representation of color #7F94AF: hue angle of 213.75º 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 #7F94AF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127148175-
CMYK0.270.1500.31
HSL213.75º23.08%59.22%-
HSV(B)213.75º27.43%68.63%-
XYZ27.0828.7944.69-
YUV144.8145.04115.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.22%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=28.22%
G=32.89%
B=38.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271481750.270.1500.31213.7523.0859.22
Hex7F94AF1BF01Fd6173b
Octal17722425733170373262773
Binary111111110010100101011111101111110111111101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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