#7683AF

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

Shades of Ship Cove #7683AF

Tints of Ship Cove #7683AF

Color information

#7683AF (or 0x7683AF) is unknown color: approx Ship Cove. HEX triplet: 76, 83 and AF. RGB value is (118,131,175). Sum of RGB (Red+Green+Blue) = 118+131+175=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7683AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7683AF is #897C50. Grayscale: #838383. Windows color (decimal): -9010257 or 11502454. OLE color: 11502454.

HSL color Cylindrical-coordinate representation of color #7683AF: hue angle of 226.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7683AF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118131175-
CMYK0.330.2500.31
HSL226.32º26.27%57.45%-
HSV(B)226.32º32.57%68.63%-
XYZ23.3323.1843.8-
YUV132.13152.19117.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=27.83%
G=30.90%
B=41.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181311750.330.2500.31226.3226.2757.45
Hex7683AF211901Fe21a39
Octal16620325741310373423271
Binary11101101000001110101111100001110010111111110001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7683AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7683AF; }

 p { color: rgb(118,131,175); }

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

<style>
 a { background-color: #7683AF; }

 a { background-color: rgb(118,131,175); }

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

<style>
 span { border-color: #7683AF; }

 span { border-color: rgb(118,131,175); }

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